We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 89b34c7 + eb300c3 commit 8108e73Copy full SHA for 8108e73
projects/angular-formio/auth/src/auth.service.ts
@@ -58,7 +58,7 @@ export class FormioAuthService {
58
this.resetPassForm =
59
this.appConfig.appUrl +
60
'/' +
61
- get(this.config, 'register.form', 'resetpass');
+ get(this.config, 'resetpass.form', 'resetpass');
62
this.onLogin = new EventEmitter();
63
this.onLogout = new EventEmitter();
64
this.onRegister = new EventEmitter();
0 commit comments