This website requires JavaScript.
Explore
Help
Sign In
MirrorSave
/
budibase
mirror of
https://github.com/Budibase/budibase.git
Watch
1
Star
0
Fork
You've already forked budibase
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
dafe110659
budibase
/
packages
/
builder
/
src
/
pages
/
index.svelte
5 lines
87 B
Svelte
Raw
Normal View
History
Unescape
Escape
Handle auth in top level routes and redirect as required. Change default route to be portal
2021-05-06 15:49:11 +02:00
<
script
>
Improve routing based on auth and roles, and use redirects rather than pushing new routes
2021-05-18 15:39:26 +02:00
import
{
redirect
}
from "@roxi/routify"
Revert "Multi-tenancy/organisations"
2021-08-04 11:02:24 +02:00
$redirect("./builder")
Handle auth in top level routes and redirect as required. Change default route to be portal
2021-05-06 15:49:11 +02:00
<
/
script
>