We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f1fe70 + 75566d1 commit 6727d68Copy full SHA for 6727d68
backend/src/app/domain/models/dto/auth/github.py
@@ -14,6 +14,7 @@ class GithubOAuthCallbackDTO(ExtendedBaseModel):
14
@classmethod
15
def validate_non_blank(cls, value: str) -> str:
16
normalized = value.strip()
17
+
18
if not normalized:
19
message = "oauth callback fields must not be empty."
20
raise ValueError(message)
0 commit comments