We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ff1c49 commit 1037c2bCopy full SHA for 1037c2b
models/user/email_address.go
@@ -22,10 +22,8 @@ import (
22
"xorm.io/builder"
23
)
24
25
-var (
26
- // ErrEmailNotActivated e-mail address has not been activated error
27
- ErrEmailNotActivated = errors.New("e-mail address has not been activated")
28
-)
+// ErrEmailNotActivated e-mail address has not been activated error
+var ErrEmailNotActivated = errors.New("e-mail address has not been activated")
29
30
// ErrEmailCharIsNotSupported e-mail address contains unsupported character
31
type ErrEmailCharIsNotSupported struct {
0 commit comments