12 lines
170 B
Vue
12 lines
170 B
Vue
|
<template>
|
||
|
<div>
|
||
|
Todo: put the 2FA magic here!
|
||
|
</div>
|
||
|
</template>
|
||
|
|
||
|
<script>
|
||
|
export default {
|
||
|
name: 'TwoFactorAuthentication'
|
||
|
};
|
||
|
</script>
|