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