make demo site work out of the box
This commit is contained in:
+2
-2
@@ -8,8 +8,8 @@ export class AuthService {
|
||||
private authenticated: boolean = false;
|
||||
|
||||
constructor() {
|
||||
this.server = localStorage.getItem("server") || "";
|
||||
this.username = localStorage.getItem("username") || "";
|
||||
this.server = localStorage.getItem("server") || "/api";
|
||||
this.username = localStorage.getItem("username") || "guest1";
|
||||
this.password = localStorage.getItem("password") || "";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user