@particle-network/auth
Advanced tools
Comparing version 0.5.0 to 0.5.1
@@ -305,3 +305,3 @@ "use strict"; | ||
iframe.name = "particle-network-iframe"; | ||
iframe.setAttribute("style", "position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);width: 400px;height: 650px;border-radius: 0px;border: none;z-index: 2147483647;box-shadow: -1px 3px 11px 2px #00000073;border-radius: 10px;background-color: #FFFFFF"); | ||
iframe.setAttribute("style", "position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);width: 400px;height: 650px;border-radius: 0px;border: none;z-index: 2147483647;box-shadow: -1px 3px 11px 2px #00000073;border-radius: 10px;"); | ||
containerDiv.appendChild(iframe); | ||
@@ -308,0 +308,0 @@ } |
@@ -40,3 +40,2 @@ "use strict"; | ||
"apple", | ||
"twitter", | ||
"discord", | ||
@@ -43,0 +42,0 @@ "github", |
@@ -34,5 +34,5 @@ export declare class AuthError { | ||
} | ||
export declare const AuthTypes: readonly ["email", "phone", "facebook", "google", "apple", "twitter", "discord", "github", "twitch", "microsoft", "linkedin"]; | ||
export declare const AuthTypes: readonly ["email", "phone", "facebook", "google", "apple", "discord", "github", "twitch", "microsoft", "linkedin"]; | ||
declare type AuthTypeTuple = typeof AuthTypes; | ||
export declare type AuthType = AuthTypeTuple[number]; | ||
export declare type AuthType = AuthTypeTuple[number] | "all"; | ||
export interface UserInfo { | ||
@@ -39,0 +39,0 @@ uuid: string; |
{ | ||
"name": "@particle-network/auth", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"files": [ | ||
@@ -5,0 +5,0 @@ "lib", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
51215
648