Template
1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo synced 2024-11-22 01:44:24 +01:00
This commit is contained in:
patdyn 2024-10-01 12:12:20 +02:00
parent 8f131f37e8
commit e2f0bcef18

View file

@ -511,7 +511,7 @@ func IsEmailDomainAllowedInternal(
isFederation bool,
fqdn string,
) bool {
result := false
var result bool
if len(emailDomainAllowList) == 0 {
result = !validation.IsEmailDomainListed(emailDomainBlockList, email)