2fa settings now available

This commit is contained in:
2023-08-05 12:45:05 +02:00
parent 2c18ee6f61
commit 2812ab9055
5 changed files with 14 additions and 7 deletions

View File

@@ -15,6 +15,14 @@
<script>
export default {
methods: {
},
data() {
return {}
},
created() {
}
}
</script>

View File

@@ -50,6 +50,7 @@
res.json().then( data => {
if ( data.status ) {
this.accountData = data.data;
console.log( data );
if ( !data.data.mail_confirmed ) {
setTimeout( () => {
this.$refs.notification.createNotification( 'Your account is unverified. Please confirm your email using the link we have sent to your email!', 20, 'info', 'normal' );