mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-05-02 20:56:05 +02:00
Working login form with password reset functionality.
This commit is contained in:
@@ -10,9 +10,7 @@
|
||||
v-bind:email="user.email"
|
||||
v-on:update-email="onUpdateEmail"
|
||||
/>
|
||||
<two-factor-form
|
||||
v-if="this.$route.name === 'checkpoint'"
|
||||
/>
|
||||
<two-factor-form v-if="this.$route.name === 'checkpoint'" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user