Skip to content

Commit 0422390

Browse files
committed
fix: updated to allow for google logins
1 parent 7646e8b commit 0422390

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
TAG_DOCS: 0.0.3
2222
TAG_SERVICES: 0.0.9
2323
TAG_EXTERNAL: 0.0.1
24-
TAG_UI: 0.0.31
24+
TAG_UI: 0.0.32
2525
TAG_MCP: 0.0.11
2626

2727
steps:

objectified-ui/src/app/components/Dashboard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import MenuButton from "@/app/components/common/MenuButton";
3333
import {putUser} from "@/app/services/user";
3434
import {errorDialog} from "@/app/components/common/ConfirmDialog";
3535

36-
const VERSION = '0.1.11';
36+
const VERSION = '0.1.12';
3737

3838
const NavItems = [
3939
{

objectified-ui/src/app/components/login/LoginForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ const LoginForm = () => {
345345
}}
346346
fullWidth onClick={() => {
347347
setLoginShowing(true);
348-
signIn("gitlab");
348+
signIn("google");
349349
}}>
350350
<Box
351351
sx={{

0 commit comments

Comments
 (0)