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

12 lines
170 B
Vue
Raw Normal View History

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