mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-10 23:51:01 -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 }) => {
|
||||
if (canceled) return;
|
||||
os.api('i/update-email', {
|
||||
os.apiWithDialog('i/update-email', {
|
||||
password: password,
|
||||
email: this.emailAddress,
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue