We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 684be6b commit 5275e2aCopy full SHA for 5275e2a
web-app/admin/src/ng1/authentication/signin.component.js
@@ -20,7 +20,7 @@ class SigninController {
20
}
21
22
localStrategyFilter(_strategy, name) {
23
- return name === 'local';
+ return name === 'local1';
24
25
26
signin($event) {
0 commit comments