This commit is contained in:
parent
a5020be145
commit
78925d287c
@ -5,7 +5,6 @@
|
|||||||
import { page } from "$app/stores"
|
import { page } from "$app/stores"
|
||||||
|
|
||||||
const redirect_to_docs = () => {
|
const redirect_to_docs = () => {
|
||||||
console.log(data.session.user.groups);
|
|
||||||
if (!data.session){
|
if (!data.session){
|
||||||
alert("Du musst dich einloggen, um diese Seite zu betreten.");
|
alert("Du musst dich einloggen, um diese Seite zu betreten.");
|
||||||
window.location.href = "/auth/signin";
|
window.location.href = "/auth/signin";
|
||||||
|
Loading…
Reference in New Issue
Block a user