Skip to content

Commit

Permalink
Back tp super user
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Jan 29, 2025
1 parent 425a0ed commit e71e73f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/api/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ export function me(config) {
if (config.local && 1 == 1) {
let sub = "urn:service_admin";
sub = "urn:john";
sub = "urn:paul";
const second_factor_confirmed = false;
// sub = "urn:paul";
const second_factor_confirmed = true;
const rate_limited = false;
// const second_factor_confirmed = false;
// sub = "urn:unknown";
Expand Down

0 comments on commit e71e73f

Please sign in to comment.