mirror of
https://github.com/zitadel/zitadel.git
synced 2025-11-14 05:14:24 +00:00
8 lines
154 B
Go
8 lines
154 B
Go
|
|
package path
|
||
|
|
|
||
|
|
const (
|
||
|
|
HandlerPrefix = "/ui/console"
|
||
|
|
RedirectPath = HandlerPrefix + "/auth/callback"
|
||
|
|
PostLogoutPath = HandlerPrefix + "/signedout"
|
||
|
|
)
|