misc_pterodactyl-panel/resources/assets/scripts/components/dashboard/account/TwoFactorAuthentication.vue

12 lines
170 B
Vue
Raw Normal View History

2018-06-16 23:25:26 +00:00
<template>
<div>
Todo: put the 2FA magic here!
</div>
</template>
<script>
export default {
name: 'TwoFactorAuthentication'
};
</script>