Try some more changes
This commit is contained in:
parent
e6502a3713
commit
96468ab4b3
35 changed files with 48 additions and 47 deletions
|
@ -36,7 +36,7 @@
|
|||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
<script lang="ts">
|
||||
export default {
|
||||
name: 'forgot-password',
|
||||
props: {
|
||||
|
|
|
@ -16,11 +16,11 @@
|
|||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
import Flash from '../Flash.vue';
|
||||
import ForgotPassword from "./ForgotPassword.vue";
|
||||
import LoginForm from "./LoginForm.vue";
|
||||
import TwoFactorForm from "./TwoFactorForm.vue";
|
||||
import Vue from 'vue';
|
||||
import Flash from '../Flash';
|
||||
import ForgotPassword from "./ForgotPassword";
|
||||
import LoginForm from "./LoginForm";
|
||||
import TwoFactorForm from "./TwoFactorForm";
|
||||
|
||||
export default Vue.extend({
|
||||
name: 'login',
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
<script lang="ts">
|
||||
export default {
|
||||
name: 'login-form',
|
||||
props: {
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
<script lang="ts">
|
||||
export default {
|
||||
name: "ResetPassword",
|
||||
props: {
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
</form>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
<script lang="ts">
|
||||
export default {
|
||||
name: "two-factor-form",
|
||||
data: function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue