Allow updating one's email address on the account settings page #127

Merged
greg merged 7 commits from feature/103-update_email into master 2023-05-26 18:07:08 +00:00
Showing only changes of commit 193a4c2edd - Show all commits

View File

@ -16,7 +16,7 @@ export default class extends Controller {
})
}
editEmail (evt) {
editEmail () {
this.emailFieldTarget.disabled = false;
this.emailFieldTarget.select();
this.editEmailButtonTarget.classList.add("hidden");