Skip to content

Commit

Permalink
fix(package): select the right tab when forgot password action is req…
Browse files Browse the repository at this point in the history
…uested #121
  • Loading branch information
AnthonyNahas committed Jul 17, 2019
1 parent bdebe63 commit a87b2df
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions demo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
"dependencies": {
"@angular-material-extensions/pages": "^2.1.0",
"@angular/animations": "^8.1.1",
"@angular/cdk": "^8.0.2",
"@angular/cdk": "^8.1.1",
"@angular/common": "^8.1.1",
"@angular/compiler": "^8.1.1",
"@angular/core": "^8.1.1",
"@angular/fire": "^5.2.1",
"@angular/flex-layout": "^8.0.0-beta.26",
"@angular/forms": "^8.1.1",
"@angular/material": "^8.0.2",
"@angular/material": "^8.1.1",
"@angular/platform-browser": "^8.1.1",
"@angular/platform-browser-dynamic": "^8.1.1",
"@angular/platform-server": "^8.1.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ export class AuthComponent implements OnInit, AfterViewInit, OnChanges, OnDestro

public createForgotPasswordTab() {
this.passwordResetWished = true;
setTimeout(() => this.tabIndex = 0, 100);
this.tabIndex = 2;
}

public processLegalSignUP(authProvider?: AuthProvider) {
Expand Down

0 comments on commit a87b2df

Please sign in to comment.