asd
This commit is contained in:
@@ -16,6 +16,9 @@ $debugRedirect = isset($_GET['debug_redirect']);
|
||||
<script>
|
||||
window.APP_BASE_URL = <?= json_encode($appBaseUrl, JSON_UNESCAPED_SLASHES) ?>;
|
||||
window.APP_API_BASE = <?= json_encode($appApiBase, JSON_UNESCAPED_SLASHES) ?>;
|
||||
<?php if ($debugRedirect): ?>
|
||||
window.DISABLE_AUTH_REDIRECT = true;
|
||||
<?php endif; ?>
|
||||
</script>
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
<?php if ($debugRedirect): ?>
|
||||
|
||||
Reference in New Issue
Block a user