reindent
This commit is contained in:
@@ -37,7 +37,6 @@
|
||||
const { data } = await authApi.session();
|
||||
this.user = data;
|
||||
} catch (err) {
|
||||
console.log(err);
|
||||
await this.$router.replace('/auth/login');
|
||||
}
|
||||
}
|
||||
@@ -45,8 +44,5 @@
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.row {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user