diff options
Diffstat (limited to 'src/scripts/projects.entry.ts')
| -rw-r--r-- | src/scripts/projects.entry.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/projects.entry.ts b/src/scripts/projects.entry.ts index 9ae78586..d0ddb8b9 100644 --- a/src/scripts/projects.entry.ts +++ b/src/scripts/projects.entry.ts @@ -4,7 +4,7 @@ import {APIController} from "./controllers/connection/api"; import {Util} from "./util"; window["jQuery"] = $; -require("./user"); +require("./user-authentication"); $(document).ready(() => { |
