mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-12-26 00:39:26 -05:00
Hide email link UI from the settings because it doesn't work.
This commit is contained in:
parent
dce6395395
commit
284d6b279b
@ -23,8 +23,8 @@
|
||||
</div>
|
||||
<br/>
|
||||
|
||||
<h3>Linked emails</h3>
|
||||
<div class="section">
|
||||
<h3 style="display: none; ">Linked emails</h3>
|
||||
<div class="section" style="display: none; ">
|
||||
<form>
|
||||
<input size="40" ng-model="linkedEmails.linkNewEmail" ng-enter="linkEmail(linkedEmails.linkNewEmail)" />
|
||||
<button ng-disabled="!linkedEmails.linkNewEmail" ng-click="linkEmail(linkedEmails.linkNewEmail)">
|
||||
|
Loading…
Reference in New Issue
Block a user