@qubic-connect/redirect
Advanced tools
Comparing version 0.8.6 to 0.8.7
@@ -38,3 +38,3 @@ import { LoginRedirectWalletType, QubicSignInProvider } from './types'; | ||
export declare function createUrlRequestConnectToPass(url: string, options: RequestConnectToPass): string; | ||
export declare function getResponsePassToConnect(url: string): ResponsePassToConnect; | ||
export declare function getResponsePassToConnect(url: string): ResponsePassToConnect | null; | ||
export declare function cleanResponsePassToConnect(currentUrl: string): string; | ||
@@ -41,0 +41,0 @@ export declare function getRequestConnectToPass(url: string): RequestConnectToPass | undefined; |
@@ -58,2 +58,5 @@ "use strict"; | ||
} | ||
if (!query.accountAddress || !query.signature || !query.dataString) { | ||
return null; | ||
} | ||
return { | ||
@@ -60,0 +63,0 @@ action: 'login', |
{ | ||
"name": "@qubic-connect/redirect", | ||
"version": "0.8.6", | ||
"version": "0.8.7", | ||
"homepage": "https://github.com/getamis/qubic-creator-sdk/tree/main/packages/redirect#readme", | ||
@@ -31,3 +31,3 @@ "license": "ISC", | ||
}, | ||
"gitHead": "e8fc3cf5e74fe6d0f0b616b8197ba5e95c8d6be2" | ||
"gitHead": "e2132fba32335defd983aa897613278ec441cd7c" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17003
8
293