@dripfi/drip-sdk 1.1.12 → 1.1.13
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/dist/DripSdk.js +1 -1
- package/package.json +1 -1
package/dist/DripSdk.js
CHANGED
@@ -74,7 +74,7 @@ class DripSdk {
|
|
74
74
|
const address = yield this.signer.getAddress();
|
75
75
|
const cookieName = `auth_${address.toLowerCase()}`;
|
76
76
|
const token = yield web3_token_1.default.sign((message) => __awaiter(this, void 0, void 0, function* () { return yield this.signer.signMessage(message); }), {
|
77
|
-
statement: JSON.stringify({ address, message: 'Please sign in into
|
77
|
+
statement: JSON.stringify({ address, message: 'Please sign in into Perq' }),
|
78
78
|
expires_in: '30d',
|
79
79
|
});
|
80
80
|
const response = yield fetch(`${this.dripConfig.dripRoute}/api-be/auth/verify`, {
|