Fix #2042 Back Link To Login Page

This commit is contained in:
Moriz Wahl 2019-10-29 23:52:50 +01:00
parent b4896c3839
commit dcb4196a1a

View File

@ -56,6 +56,9 @@
<sweetalert-icon icon="error" />
</transition>
<ds-text align="center">{{ error.message }}</ds-text>
<ds-space centered class="space-top">
<nuxt-link to="/login">{{ $t('site.back-to-login') }}</nuxt-link>
</ds-space>
</template>
</div>
</template>
@ -150,3 +153,8 @@ export default {
},
}
</script>
<style>
.space-top {
margin-top: 6ex;
}
</style>