Run gofmt on domain validation code

This commit is contained in:
Vladimir DOMBROVSKI 2025-05-05 14:03:41 +02:00
parent 7732a9232b
commit daf07ddf25

View File

@ -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