Skip to content

Commit 68f7b06

Browse files
author
Sean
committed
punctuation
1 parent f938dbe commit 68f7b06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/service/auth.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ type SignablePayload struct {
2222

2323
var hexRegex *regexp.Regexp = regexp.MustCompile(`^0x[a-fA-F0-9]{40}$`)
2424

25-
var walletAuthenticationPrefix string = "Thank you for using String! By signing this message you are:\n\n 1) Authorizing String to initiate off-chain transactions on your behalf, including your bank account, credit card, or debit card.\n\n 2) Confirming that this wallet is owned by you.\n\nThis request will not trigger any blockchain transaction or cost any gas:\n\n"
25+
var walletAuthenticationPrefix string = "Thank you for using String! By signing this message you are:\n\n1) Authorizing String to initiate off-chain transactions on your behalf, including your bank account, credit card, or debit card.\n\n2) Confirming that this wallet is owned by you.\n\nThis request will not trigger any blockchain transaction or cost any gas.\n\nNonce: "
2626

2727
type RefreshTokenResponse struct {
2828
Token string `json:"token"`

0 commit comments

Comments
 (0)