Skip to content

Commit 5347b15

Browse files
authored
fix(docs): correct syntax error in authentication tutorial (#6832)
1 parent 487c017 commit 5347b15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • documentation/tutorial/authentication/data-provider-integration

documentation/tutorial/authentication/data-provider-integration/sandpack.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ export const authProvider: AuthProvider = {
266266
logout: true,
267267
error: {
268268
message: "Unauthorized",
269-
name: Error,
269+
name: "Error",
270270
statusCode: error?.status ?? 403,
271271
},
272272
}

0 commit comments

Comments
 (0)