@grabjs/superapp-sdk 1.8.3 → 1.8.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/IdentityModule.md +1 -1
- package/package.json +1 -1
package/docs/IdentityModule.md
CHANGED
|
@@ -82,7 +82,7 @@ if (status_code === 200 && result) {
|
|
|
82
82
|
} else if (status_code === 302) {
|
|
83
83
|
// Authorization redirect initiated (web flow or redirect response mode)
|
|
84
84
|
// The page will redirect to the authorization server
|
|
85
|
-
} else if (status_code ===
|
|
85
|
+
} else if (status_code === 204) {
|
|
86
86
|
// User cancelled the authorization
|
|
87
87
|
console.log("User cancelled");
|
|
88
88
|
} else if (error) {
|