From acb259ae5c57cf2f2da0a25a02dfe0e042e08452 Mon Sep 17 00:00:00 2001 From: Endel Dreyer Date: Thu, 18 Jan 2024 23:07:59 -0300 Subject: [PATCH] fix oauth buttons style --- package-lock.json | 4 ++-- package.json | 2 +- src/components/AuthOptions.tsx | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 72ccaa3..b152a50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@colyseus/playground", - "version": "0.15.7", + "version": "0.15.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@colyseus/playground", - "version": "0.15.7", + "version": "0.15.10", "dependencies": { "@colyseus/auth": "^0.15.0", "@colyseus/core": "^0.15.0" diff --git a/package.json b/package.json index d10602b..39184d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@colyseus/playground", - "version": "0.15.10", + "version": "0.15.11", "dependencies": { "@colyseus/core": "^0.15.0", "@colyseus/auth": "^0.15.0" diff --git a/src/components/AuthOptions.tsx b/src/components/AuthOptions.tsx index d86066a..77120af 100644 --- a/src/components/AuthOptions.tsx +++ b/src/components/AuthOptions.tsx @@ -134,7 +134,7 @@ export function AuthOptions({

OAuth 2.0 Provider

-
+
{authConfig.oauth.map((provider) => (
); -} \ No newline at end of file +}