Skip to content

Commit

Permalink
Fix broken merge (#757)
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowonpaper authored Jun 20, 2023
1 parent a2b83a8 commit ff5d956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lucia/src/auth/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export class Auth<_Configuration extends Configuration = any> {
? _Configuration["middleware"]
: ReturnType<typeof defaultMiddleware>;
public csrfProtectionEnabled: boolean;
private requestOrigins: string[];
private allowedRequestOrigins: string[];
private experimental: {
debugMode: boolean;
};
Expand Down

0 comments on commit ff5d956

Please sign in to comment.