chore(auth): #331 implement and fix sign up tests
This commit was merged in pull request #349.
This commit is contained in:
@@ -210,7 +210,7 @@ func (handler AuthImpl) handleSignUp() http.HandlerFunc {
|
||||
// If err is "service.ErrAccountExists", then just continue
|
||||
}
|
||||
|
||||
utils.TriggerToast(w, r, "success", "A link to activate your account has been emailed to the address provided.", http.StatusOK)
|
||||
utils.TriggerToast(w, r, "success", "An activation link has been send to your email", http.StatusOK)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user