We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54670c3 commit a301064Copy full SHA for a301064
logic/user.py
@@ -23,7 +23,7 @@ def validate_identifier(identifier) -> bool:
23
return False
24
25
# Max domain length is 253 bytes
26
- if len(split[1] > 253):
+ if len(split[1]) > 253:
27
28
29
0 commit comments