Merge pull request #2629 from overleaf/cmg-updateon-typo
Fix typo in user settings GitOrigin-RevId: 066ee8047d807e9ac077eb687a93f12d9db6bf55
This commit is contained in:
@@ -33,7 +33,7 @@ block content
|
||||
required,
|
||||
ng-model="email",
|
||||
ng-init="email = "+JSON.stringify(user.email),
|
||||
ng-model-options="{ pdateOn: 'blur' }"
|
||||
ng-model-options="{ updateOn: 'blur' }"
|
||||
)
|
||||
span.small.text-danger(ng-show="settingsForm.email.$invalid && settingsForm.email.$dirty")
|
||||
| #{translate("must_be_email_address")}
|
||||
|
||||
Reference in New Issue
Block a user