Skip to content

Commit 8108e73

Browse files
authored
Merge pull request #1048 from formio/fix/auth-service
Changed resetPassForm to use resetpass key instead of register key
2 parents 89b34c7 + eb300c3 commit 8108e73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/angular-formio/auth/src/auth.service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export class FormioAuthService {
5858
this.resetPassForm =
5959
this.appConfig.appUrl +
6060
'/' +
61-
get(this.config, 'register.form', 'resetpass');
61+
get(this.config, 'resetpass.form', 'resetpass');
6262
this.onLogin = new EventEmitter();
6363
this.onLogout = new EventEmitter();
6464
this.onRegister = new EventEmitter();

0 commit comments

Comments
 (0)