mirror of
https://github.com/phishingclub/phishingclub.git
synced 2026-02-12 16:12:44 +00:00
manual handle if install page can be seen on dev
Signed-off-by: Ronni Skansing <rskansing@gmail.com>
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
const api = API.instance;
|
||||
|
||||
// debug / dev
|
||||
const isDevelopement = import.meta.env.DEV;
|
||||
const isDevelopement = false;
|
||||
|
||||
// local state
|
||||
let loginStatus = AppStateService.LOGIN.UNKNOWN;
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
let templatesError = '';
|
||||
|
||||
// dev
|
||||
const isDevelopement = import.meta.env.DEV;
|
||||
const isDevelopement = false;
|
||||
|
||||
// initialize theme system
|
||||
onMount(() => {
|
||||
|
||||
Reference in New Issue
Block a user