Add a basic modal template to be used

This commit is contained in:
Dane Everitt 2018-06-16 16:25:26 -07:00
parent 84fecb7a92
commit d6959ea3dd
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
8 changed files with 130 additions and 29 deletions

View file

@ -0,0 +1,11 @@
<template>
<div>
Todo: put the 2FA magic here!
</div>
</template>
<script>
export default {
name: 'TwoFactorAuthentication'
};
</script>