Skip to content

Commit 5275e2a

Browse files
Clinton WerthClinton Werth
authored andcommitted
wip
1 parent 684be6b commit 5275e2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-app/admin/src/ng1/authentication/signin.component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class SigninController {
2020
}
2121

2222
localStrategyFilter(_strategy, name) {
23-
return name === 'local';
23+
return name === 'local1';
2424
}
2525

2626
signin($event) {

0 commit comments

Comments
 (0)