mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-15 20:38:00 +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"
|
||
|
)
|