mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Add remote_auth.js
This commit is contained in:
parent
9cfa89dab4
commit
852dbd8d34
1 changed files with 9 additions and 0 deletions
9
resources/assets/js/remote_auth.js
vendored
Normal file
9
resources/assets/js/remote_auth.js
vendored
Normal 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
|
||||
);
|
Loading…
Reference in a new issue