mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 12:13:48 +01:00
Improve usability
This commit is contained in:
parent
6cb234fee2
commit
6e5eb0f900
@ -60,7 +60,7 @@ export default defineComponent({
|
|||||||
}
|
}
|
||||||
}).then(({ canceled, result: password }) => {
|
}).then(({ canceled, result: password }) => {
|
||||||
if (canceled) return;
|
if (canceled) return;
|
||||||
os.api('i/update-email', {
|
os.apiWithDialog('i/update-email', {
|
||||||
password: password,
|
password: password,
|
||||||
email: this.emailAddress,
|
email: this.emailAddress,
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user