@openocean.finance/wallet 0.4.39 → 0.4.40
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.
|
@@ -109,8 +109,8 @@ var UnstoppableDomains = /** @class */ (function (_super) {
|
|
|
109
109
|
uauth = new js_1.default({
|
|
110
110
|
clientID: "05c3a150-4fef-49c9-a153-af16851c75ba",
|
|
111
111
|
redirectUri: window.location.origin,
|
|
112
|
-
responseMode: "fragment",
|
|
113
|
-
clientAuthMethod: "none",
|
|
112
|
+
// responseMode: "fragment",
|
|
113
|
+
// clientAuthMethod: "none",
|
|
114
114
|
prompt: "login",
|
|
115
115
|
scope: "openid wallet"
|
|
116
116
|
});
|