Skip to content

Commit 98471c4

Browse files
authored
Merge pull request #2096 from Joyal-George-KJ/fix-10108-removed-dollar-sign-of-var-project-from-session-length-updater
Fix: Cannot update the Session length
2 parents f08ff9b + 84fd420 commit 98471c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/(console)/project-[region]-[project]/auth/security/updateSessionLength.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
1818
async function updateSessionLength() {
1919
try {
20-
await sdk.forConsole.projects.updateAuthDuration($project.$id, $baseValue);
20+
await sdk.forConsole.projects.updateAuthDuration(project.$id, $baseValue);
2121
await invalidate(Dependencies.PROJECT);
2222
2323
addNotification({

0 commit comments

Comments
 (0)