summaryrefslogtreecommitdiff
path: root/src/scripts/projects.entry.ts
diff options
context:
space:
mode:
authorGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-04-03 10:04:21 +0200
committerGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-04-03 10:04:21 +0200
commit780c08ab8b8a33ec8d08821f839f0d5dc034931b (patch)
treea875aa01d67fab85d696623790e2ae326efeb86e /src/scripts/projects.entry.ts
parent80c33f5303e2c083841933de4338f7e5d15de972 (diff)
Rename user.ts to user-authentication.ts
Diffstat (limited to 'src/scripts/projects.entry.ts')
-rw-r--r--src/scripts/projects.entry.ts2
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(() => {