Commit 57db98e
Timo Stark
Fix: unhandled exception if
In case of an error the `auth_code` will not be sent back from the IdP
with the `_codexch` requeset. Checking the length will result in an
unhandled exception. Checking undefined before the length.code is not present1 parent 2a01413 commit 57db98e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
0 commit comments