Merge pull request #178 from gabrielbazan7/fix/preferencesEmail
fix email
This commit is contained in:
commit
a8568db32e
2 changed files with 7 additions and 5 deletions
|
|
@ -11,7 +11,7 @@
|
|||
<div class="card list">
|
||||
<label class="item item-input item-stacked-label">
|
||||
<span class="input-label" transalate>Email for wallet notifications</span>
|
||||
<input type="email" id="email" name="email" ng-model="email" required></input>
|
||||
<input type="email" id="email" name="email" ng-model="email.value" required></input>
|
||||
</label>
|
||||
</div>
|
||||
<button type="submit"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue