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 b55b068
Showing 1 changed file with 1 addition and 1 deletion.
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 b55b068

Please sign in to comment.