Skip to content

Commit

Permalink
fixed assets
Browse files Browse the repository at this point in the history
  • Loading branch information
cbl committed Apr 9, 2021
1 parent fe87c55 commit f448c9a
Show file tree
Hide file tree
Showing 7 changed files with 10,814 additions and 9,896 deletions.
2 changes: 1 addition & 1 deletion dist/2fa-login.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions dist/2fa.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion js/2fa.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import Lit from 'litstack/resources/js/common/lit';
import LitTwoFA from './LitTwoFA';
import LitFieldVerify from './LitFieldVerify';

console.log('Hi');

Lit.booting((Vue) => {
Vue.component('lit-two-fa', LitTwoFA);
Vue.component('lit-field-verify', LitFieldVerify);
Expand Down
4 changes: 4 additions & 0 deletions mix-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"/dist/2fa.js": "/dist/2fa.js",
"/dist/2fa-login.js": "/dist/2fa-login.js"
}
Loading

0 comments on commit f448c9a

Please sign in to comment.