Skip to content

Commit 7dc882e

Browse files
committed
auth-server:0.25.13 - point auth client error_page_uri at /error
1 parent 694be2f commit 7dc882e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

auth-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@schemavaults/auth-server",
3-
"version": "0.25.12",
3+
"version": "0.25.13",
44
"private": true,
55
"repository": {
66
"type": "git",

auth-server/src/app/(client)/auth-provider.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ export function ClientAuthProvider({
3131
authed_on_unauthed_redirect_uri="/account"
3232
unauthed_on_authed_redirect_uri="/auth/login"
3333
authorize_uri={undefined} // not used for @schemavaults/auth-server
34+
error_page_uri="/error"
3435
successful_logout_redirect_uri="/"
3536
successful_authentication_redirect_uri="/account"
3637
authMiddlewareRules={defaultAuthMiddlewareRules}

0 commit comments

Comments
 (0)