mirror of
https://github.com/jeremyd/ergo.git
synced 2026-06-13 16:23:31 -07:00
registration: Fix comment
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ import (
|
||||
const (
|
||||
keyAccountExists = "account %s exists"
|
||||
keyAccountVerified = "account %s verified"
|
||||
keyAccountName = "account %s name" // stores the 'preferred name' of the account, casemapped appropriately
|
||||
keyAccountName = "account %s name" // stores the 'preferred name' of the account, not casemapped
|
||||
keyAccountRegTime = "account %s registered.time"
|
||||
keyAccountCredentials = "account %s credentials"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user