25 lines
371 B
Vue
25 lines
371 B
Vue
<template lang="html">
|
|
<div>
|
|
<v-layout
|
|
column
|
|
align-center
|
|
justify-center
|
|
>
|
|
<h2 style="margin: 48px 28px 16px">
|
|
Email Verified
|
|
</h2>
|
|
<h3>
|
|
Your email address has been verified
|
|
</h3>
|
|
</v-layout>
|
|
</div>
|
|
</template>
|
|
|
|
<script lang="js">
|
|
export default {
|
|
}
|
|
</script>
|
|
|
|
<style lang="css" scoped>
|
|
</style>
|