Rename redirect-path to continue + handle redirection on forbidden from wrong org assume
Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
@@ -20,7 +20,7 @@ type (
|
||||
var (
|
||||
Nil = GID{}
|
||||
|
||||
EncodedGIDSize = base64.RawURLEncoding.EncodedLen(GIDSize)
|
||||
EncodedGIDSize = base64.RawURLEncoding.EncodedLen(len(Nil))
|
||||
)
|
||||
|
||||
// ParseGID parses a string representation of a GID
|
||||
|
||||
Reference in New Issue
Block a user