Skip to content

Commit 75566d1

Browse files
committed
test branch protection rules
1 parent 4f1fe70 commit 75566d1

File tree

1 file changed

+1
-0
lines changed
  • backend/src/app/domain/models/dto/auth

1 file changed

+1
-0
lines changed

backend/src/app/domain/models/dto/auth/github.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ class GithubOAuthCallbackDTO(ExtendedBaseModel):
1414
@classmethod
1515
def validate_non_blank(cls, value: str) -> str:
1616
normalized = value.strip()
17+
1718
if not normalized:
1819
message = "oauth callback fields must not be empty."
1920
raise ValueError(message)

0 commit comments

Comments
 (0)