Skip to content

Commit

Permalink
Change user role from BJÖRK to BJOERK
Browse files Browse the repository at this point in the history
Currently somewhere in the chain, the user role of Björk becomes kaputt,
resulting in BJ_RK. This should likely be fixed, but for now, let's
just adjust this dummy user in order to not create too many broken
events when uploading with Björk.
  • Loading branch information
LukasKalbertodt committed Sep 20, 2023
1 parent 7fbc13d commit 3be2cb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion util/dummy-login/dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion util/dummy-login/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const DUMMY_USERS: Record<string, { displayName: string; roles: string[]; email?
},
"björk": {
displayName: "Prof. Björk Guðmundsdóttir",
roles: ["ROLE_USER_BJÖRK", "ROLE_EXTERNAL", "ROLE_TOBIRA_MODERATOR"],
roles: ["ROLE_USER_BJOERK", "ROLE_EXTERNAL", "ROLE_TOBIRA_MODERATOR"],
email: "[email protected]",
},
"morgan": {
Expand Down

0 comments on commit 3be2cb4

Please sign in to comment.