fix: Allow multiple characters after + in email
Compare changes
@@ -54,5 +54,5 @@ function _isInDomainWhitelist(address: string, domainWhitelist?: string[]) {
match (neither @ nor +) multiple times to replace, this allows adding more than one char after the + to an email previously something like test+test@adornis.de would not have been allowed, only something like test+t@adornis.de.