Improve usability

This commit is contained in:
syuilo 2021-02-20 16:29:13 +09:00
parent c39f69e5dd
commit 5f1a6b6f64

View file

@ -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,
});