fix: use default redirect uri when not passed

This commit is contained in:
Livio Amstutz 2022-07-25 14:49:41 +02:00
parent faca98d28d
commit f974fbaa7b
No known key found for this signature in database
GPG key ID: 26BB1C2FA5952CF0
3 changed files with 44 additions and 26 deletions

View file

@ -51,6 +51,6 @@ type StorageNotFoundError interface {
type EndSessionRequest struct {
UserID string
Client Client
ClientID string
RedirectURI string
}