mirror of
https://github.com/HeyPuter/puter.git
synced 2026-01-25 22:50:24 -06:00
Update UITabAccount.js
This commit is contained in:
@@ -59,7 +59,7 @@ export default {
|
||||
h += `<span class="user-email" style="display:block; margin-top:5px;">${user.email}</span>`;
|
||||
h += `</div>`;
|
||||
h += `<div style="flex-grow:1;">`;
|
||||
h += `<button class="button change-email" style="margin-bottom: 10px; float:right;">${i18n('change_email')}</button>`;
|
||||
h += `<button class="button change-email" style="float:right;">${i18n('change_email')}</button>`;
|
||||
h += `</div>`;
|
||||
h += `</div>`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user