We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc4e3ef commit c753bc8Copy full SHA for c753bc8
2 files changed
βsrc/constants/oauth.tsβ
@@ -14,7 +14,7 @@ export const OAUTH = [
14
icon: '/assets/icons/ic_google.svg',
15
size: 32,
16
miniSize: 16,
17
- profile: '/assets/icons/ic_googler.svg',
+ profile: '/assets/icons/ic_google.svg',
18
label: 'ꡬκΈλ‘ μμνκΈ°'
19
},
20
{
βsrc/utils/storage.tsβ
@@ -119,7 +119,7 @@ export const setInitUserToast = () => {
119
/* anonymousSendLetterCode */
120
export const setAnonymousSendLetterCode = (anonymousSendLetterCode: string) => {
121
if (typeof window !== 'undefined') {
122
- localStorage.setItem('letterCode', anonymousSendLetterCode);
+ localStorage.setItem('anonymousSendLetterCode', anonymousSendLetterCode);
123
}
124
};
125
0 commit comments