Update layout
This commit is contained in:
@@ -6,16 +6,6 @@
|
||||
{{ id.toUpperCase() }} - {{ course.name }}
|
||||
</v-card>
|
||||
</v-col>
|
||||
<v-col cols="12" class="text-center">
|
||||
<blockquote class="blockquote">
|
||||
“First, solve the problem. Then, write the code.”
|
||||
<footer>
|
||||
<small>
|
||||
<em>—John Johnson</em>
|
||||
</small>
|
||||
</footer>
|
||||
</blockquote>
|
||||
</v-col>
|
||||
</v-row>
|
||||
</v-container>
|
||||
</template>
|
||||
|
||||
@@ -128,6 +128,7 @@ import {
|
||||
|
||||
export default {
|
||||
name: 'LoginPage',
|
||||
layout: 'empty',
|
||||
data () {
|
||||
return {
|
||||
existingUser: true,
|
||||
|
||||
Reference in New Issue
Block a user