Skip to content

Commit

Permalink
fix css
Browse files Browse the repository at this point in the history
  • Loading branch information
dysTOS committed Apr 14, 2024
1 parent ea92045 commit da94d69
Show file tree
Hide file tree
Showing 10 changed files with 212 additions and 207 deletions.
4 changes: 3 additions & 1 deletion src/app/pages/login/login.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ export class LoginComponent implements OnInit {
return;
}

this.authService.forgotPassword(this.user.email).subscribe((res) => this.infoService.info(res.message));
this.authService
.forgotPassword(this.user.email)
.subscribe({ next: (res) => this.infoService.info(res.message), error: (err) => this.infoService.error(err) });
}

private checkInput(): boolean {
Expand Down
2 changes: 1 addition & 1 deletion src/assets/css/theme-dark.css

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

2 changes: 1 addition & 1 deletion src/assets/css/theme-dark.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/assets/css/theme-light.css

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

2 changes: 1 addition & 1 deletion src/assets/css/theme-light.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/configurations/gmr/assets/css/theme-dark.css

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

2 changes: 1 addition & 1 deletion src/configurations/gmr/assets/css/theme-dark.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/configurations/gmr/assets/css/theme-light.css

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

2 changes: 1 addition & 1 deletion src/configurations/gmr/assets/css/theme-light.css.map

Large diffs are not rendered by default.

Loading

0 comments on commit da94d69

Please sign in to comment.