Add flags (EmailVerified, Country2FA)
This commit is contained in:
parent
256f082340
commit
099983f7f3
8
common/flags.go
Normal file
8
common/flags.go
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
package common
|
||||||
|
|
||||||
|
// These are the flags an user can have. Mostly settings or things like whether
|
||||||
|
// the user has verified their email address.
|
||||||
|
const (
|
||||||
|
FlagEmailVerified = 1 << iota
|
||||||
|
FlagCountry2FA
|
||||||
|
)
|
Loading…
Reference in New Issue
Block a user