1
0
Fork 0

Add remote_auth.js

This commit is contained in:
Daniel Supernault 2023-07-16 22:58:21 -06:00
parent 9cfa89dab4
commit 852dbd8d34
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 9 additions and 0 deletions

9
resources/assets/js/remote_auth.js vendored Normal file
View File

@ -0,0 +1,9 @@
Vue.component(
'remote-auth-start-component',
require('./../components/remote-auth/StartComponent.vue').default
);
Vue.component(
'remote-auth-getting-started-component',
require('./../components/remote-auth/GettingStartedComponent.vue').default
);