misc_pterodactyl-panel/resources/assets/scripts/components/dashboard/account/TwoFactorAuthentication.vue
2018-06-16 16:25:26 -07:00

11 lines
170 B
Vue

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