Skip to content

Commit

Permalink
Removed trailing whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
pbachman committed Apr 17, 2020
1 parent 033019e commit 88b674e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/modules/main/components/login/login.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export class LoginPage {
},
{
text: i18n.forgetPassword.send,
handler: async data => {
handler: async data => {
if (this.userService.isMailInvalid(data.email)) {
const alert = await this.alertCtrl.create({
header: i18n.forgetPassword.alertInvalidTitle,
Expand Down

0 comments on commit 88b674e

Please sign in to comment.