mirror of
https://github.com/documenso/documenso.git
synced 2025-11-18 02:32:00 +10:00
fix: wip
This commit is contained in:
6
apps/remix/app/storage/lang-cookie.server.ts
Normal file
6
apps/remix/app/storage/lang-cookie.server.ts
Normal file
@ -0,0 +1,6 @@
|
||||
import { createCookie } from 'react-router';
|
||||
|
||||
export const langCookie = createCookie('lang', {
|
||||
path: '/',
|
||||
maxAge: 60 * 60 * 24 * 365 * 2,
|
||||
});
|
||||
Reference in New Issue
Block a user