mirror of
https://github.com/optim-enterprises-bv/Mailu-OIDC.git
synced 2025-11-01 18:47:47 +00:00
Merge remote-tracking branch 'upstream/2024.06' into oidc
This commit is contained in:
@@ -698,6 +698,7 @@ def isBadOrPwned(form):
|
||||
|
||||
def formatCSVField(field):
|
||||
if not field.data:
|
||||
field.data = ''
|
||||
return
|
||||
if isinstance(field.data,str):
|
||||
data = field.data.replace(" ","").split(",")
|
||||
|
||||
Reference in New Issue
Block a user