We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ba5011 commit c551020Copy full SHA for c551020
frontend/src/components/user/DialogChangeMail.vue
@@ -12,7 +12,7 @@
12
<template #activator="scope">
13
<slot name="activator" v-bind="scope" />
14
</template>
15
- <e-form v-if="status === 'initial'" name="user">
+ <e-form v-if="status === 'initial'" name="profile">
16
<e-text-field
17
v-model="entityData.newEmail"
18
path="email"
0 commit comments