We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f08ff9b + 84fd420 commit 98471c4Copy full SHA for 98471c4
src/routes/(console)/project-[region]-[project]/auth/security/updateSessionLength.svelte
@@ -17,7 +17,7 @@
17
18
async function updateSessionLength() {
19
try {
20
- await sdk.forConsole.projects.updateAuthDuration($project.$id, $baseValue);
+ await sdk.forConsole.projects.updateAuthDuration(project.$id, $baseValue);
21
await invalidate(Dependencies.PROJECT);
22
23
addNotification({
0 commit comments