mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-05 14:37:45 +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"
|
||
|
)
|