File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ unreleased]
99
10+ ## [ 0.13.1] - 2023-08-11
11+
12+ - Fixes apple redirect
13+
1014## [ 0.13.0] - 2023-08-07
1115
1216### Added
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ func MakeAPIImplementation() tpmodels.APIInterface {
130130 return err
131131 }
132132
133- redirectURL := stateObj ["redirectURI " ].(string )
133+ redirectURL := stateObj ["frontendRedirectURI " ].(string )
134134 parsedRedirectURL , err := url .Parse (redirectURL )
135135 if err != nil {
136136 return err
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ const (
2121)
2222
2323// VERSION current version of the lib
24- const VERSION = "0.13.0 "
24+ const VERSION = "0.13.1 "
2525
2626var (
2727 cdiSupported = []string {"3.0" }
You can’t perform that action at this time.
0 commit comments