Skip to content

Commit 8587010

Browse files
committed
Clearer username for Blueshirts
1 parent a22603c commit 8587010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code_submitter/auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,5 +248,5 @@ async def validate(self, username: str, password: str) -> ValidationResult:
248248
scopes = self.get_scopes(username)
249249

250250
if BLUESHIRT_SCOPE in scopes:
251-
return scopes, User('SR', None)
251+
return scopes, User('Blueshirt', None)
252252
return scopes, User(f'Team {username}', username)

0 commit comments

Comments
 (0)