mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-25 06:41:36 -07:00
Improve usability
This commit is contained in:
parent
6cb234fee2
commit
6e5eb0f900
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue