Skip to content

Commit c753bc8

Browse files
committed
πŸ› fix(#170): ꡬ글 μ•„μ΄μ½˜ μ˜€νƒ€ μˆ˜μ • 및 localStorage λ³€μˆ˜λͺ… μˆ˜μ •
1 parent bc4e3ef commit c753bc8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

β€Žsrc/constants/oauth.tsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const OAUTH = [
1414
icon: '/assets/icons/ic_google.svg',
1515
size: 32,
1616
miniSize: 16,
17-
profile: '/assets/icons/ic_googler.svg',
17+
profile: '/assets/icons/ic_google.svg',
1818
label: 'κ΅¬κΈ€λ‘œ μ‹œμž‘ν•˜κΈ°'
1919
},
2020
{

β€Žsrc/utils/storage.tsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export const setInitUserToast = () => {
119119
/* anonymousSendLetterCode */
120120
export const setAnonymousSendLetterCode = (anonymousSendLetterCode: string) => {
121121
if (typeof window !== 'undefined') {
122-
localStorage.setItem('letterCode', anonymousSendLetterCode);
122+
localStorage.setItem('anonymousSendLetterCode', anonymousSendLetterCode);
123123
}
124124
};
125125

0 commit comments

Comments
Β (0)