mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Change 'enter-nonce' to 'enter-invite'
This commit is contained in:
parent
2068dd507b
commit
5601821c88
@ -8,8 +8,7 @@
|
|||||||
</template>
|
</template>
|
||||||
<h1 class="title">{{ $t('components.registration.signup.title', metadata) }}</h1>
|
<h1 class="title">{{ $t('components.registration.signup.title', metadata) }}</h1>
|
||||||
<component-slider :sliders="sliders" :submitCallback="submit">
|
<component-slider :sliders="sliders" :submitCallback="submit">
|
||||||
<!-- <template #enter-nonce slot="{test}"> -->
|
<template #enter-invite>
|
||||||
<template #enter-nonce>
|
|
||||||
<registration-item-enter-invite
|
<registration-item-enter-invite
|
||||||
:email="'user@example.org'"
|
:email="'user@example.org'"
|
||||||
:validateCallback="validation"
|
:validateCallback="validation"
|
||||||
@ -59,7 +58,7 @@ export default {
|
|||||||
return {
|
return {
|
||||||
links,
|
links,
|
||||||
metadata,
|
metadata,
|
||||||
sliders: ['enter-nonce', 'create-user-account'],
|
sliders: ['enter-invite', 'create-user-account'],
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user