mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-22 19:04:45 +02:00
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>
|