Skip to content
Snippets Groups Projects
Commit 70a703ca authored by magicfelix's avatar magicfelix
Browse files

Display errors in frontend

parent 03a763a0
No related branches found
No related tags found
1 merge request!78Resolve "Rewrite registration wizard"
Pipeline #195999 passed
......@@ -597,6 +597,7 @@ import SecondaryActionButton from "aleksis.core/components/generic/buttons/Secon
@confirm="mutate"
:next-loading="loading"
/>
<v-alert v-if="error" type="error" outlined>{{ error.message }}</v-alert>
</template>
</ApolloMutation>
</v-stepper-content>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment