PteroTheme/resources/assets/scripts/components/dashboard/account/TwoFactorAuthentication.vue

12 lines
170 B
Vue

<template>
<div>
Todo: put the 2FA magic here!
</div>
</template>
<script>
export default {
name: 'TwoFactorAuthentication'
};
</script>