mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 04:03:49 +01:00
Improve usability
This commit is contained in:
parent
6cb234fee2
commit
6e5eb0f900
@ -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 New Issue
Block a user