mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 12:02:13 +00:00
Added one way binding for email
This commit is contained in:
parent
62c9aafb7d
commit
5026e67ead
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ script(type='text/ng-template', id='partials/options.settings.settings.html')
|
|||
|
|
||||
=env.t('loginNameDescription3')
|
||||
p=env.t('email')
|
||||
|: {{user.auth.local.email}}
|
||||
|: {{::user.auth.local.email}}
|
||||
p
|
||||
small.muted
|
||||
=env.t('emailChange1')
|
||||
|
|
|
|||
Loading…
Reference in a new issue