Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Clinton Werth authored and Clinton Werth committed Mar 3, 2025
1 parent 684be6b commit 5275e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-app/admin/src/ng1/authentication/signin.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class SigninController {
}

localStrategyFilter(_strategy, name) {
return name === 'local';
return name === 'local1';
}

signin($event) {
Expand Down

0 comments on commit 5275e2a

Please sign in to comment.