Skip to content

Commit

Permalink
재배포
Browse files Browse the repository at this point in the history
  • Loading branch information
eun-hak committed Jun 20, 2024
1 parent 5f59cdd commit a6b553a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/Cookies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export interface CookieSetOptions {
httpOnly?: boolean;
sameSite?: boolean | 'none' | 'lax' | 'strict';
}
//
export interface CookieChangeOptions {
name: string;
value?: any;
Expand Down

0 comments on commit a6b553a

Please sign in to comment.