mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-20 20:01:25 +00:00
Merge pull request #594 from Human-Connection/296-image_component-leftover
Revert logout.vue
This commit is contained in:
commit
74109256b2
@ -11,11 +11,11 @@
|
||||
margin-bottom="xxx-small"
|
||||
centered
|
||||
>
|
||||
<hc-image
|
||||
<img
|
||||
style="width: 200px;"
|
||||
:image-props="imageProps"
|
||||
src="/img/sign-up/onourjourney.png"
|
||||
alt="Human Connection"
|
||||
/>
|
||||
>
|
||||
</ds-space>
|
||||
<ds-space
|
||||
style="text-align: center;"
|
||||
@ -36,17 +36,8 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import HcImage from '~/components/Image'
|
||||
export default {
|
||||
components: {
|
||||
HcImage
|
||||
},
|
||||
layout: 'blank',
|
||||
computed: {
|
||||
imageProps() {
|
||||
return { src: '/img/sign-up/onourjourney.png' }
|
||||
}
|
||||
},
|
||||
async beforeCreate() {
|
||||
await this.$store.dispatch('auth/logout')
|
||||
this.$router.replace('/')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user