Skip to content

Commit 22008db

Browse files
authored
fix: Unnecessary cookie
Removed the unnecessary use of a cookie for storing data
1 parent 4c71635 commit 22008db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/src/i18n.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ i18n
3131
},
3232

3333
detection: {
34-
order: ['cookie', 'localStorage', 'navigator'],
35-
caches: ['localStorage', 'cookie'],
34+
order: ['localStorage', 'navigator'],
35+
caches: ['localStorage'],
3636
},
3737
});
3838

0 commit comments

Comments
 (0)