Skip to content

Commit 310910f

Browse files
Update group name
1 parent 23f1449 commit 310910f

File tree

1 file changed

+1
-1
lines changed
  • playground/familytour-proxy/auth-proxy/src

1 file changed

+1
-1
lines changed

playground/familytour-proxy/auth-proxy/src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const SESSION_SECRET = process.env.SESSION_SECRET;
2020
const JWT_SECRET = process.env.JWT_SECRET;
2121
const JWT_ISSUER = process.env.JWT_ISSUER; // optional
2222
const JWT_AUDIENCE = process.env.JWT_AUDIENCE; // optional
23-
const USER_GROUPS = "users"; // Default groups assigned to all users
23+
const USER_GROUPS = "Ars Users"; // Default groups assigned to all users
2424

2525
if (!SESSION_SECRET || !JWT_SECRET) {
2626
console.error('Missing required environment variables. Please set SESSION_SECRET and JWT_SECRET.');

0 commit comments

Comments
 (0)