mirror of
https://github.com/h44z/wg-portal
synced 2025-06-26 18:16:21 +00:00
Run gofmt on domain validation code
This commit is contained in:
parent
7732a9232b
commit
daf07ddf25
@ -394,7 +394,6 @@ func (a *Authenticator) randString(nByte int) (string, error) {
|
||||
return base64.RawURLEncoding.EncodeToString(b), nil
|
||||
}
|
||||
|
||||
|
||||
func isDomainAllowed(email string, allowedDomains []string) bool {
|
||||
if len(allowedDomains) == 0 {
|
||||
return true
|
||||
|
Loading…
Reference in New Issue
Block a user