Improve usability
This commit is contained in:
parent
c39f69e5dd
commit
5f1a6b6f64
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