Add flags (EmailVerified, Country2FA)
This commit is contained in:
		
							
								
								
									
										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 | ||||
| ) | ||||
		Reference in New Issue
	
	Block a user