registration: Fix comment

This commit is contained in:
Daniel Oaks 2016-09-05 23:00:21 +10:00
parent 4b74f0826c
commit 5d6b4127ff
1 changed files with 1 additions and 1 deletions

View File

@ -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"
)