Skip to content
Snippets Groups Projects
Commit 777ac7de authored by 심재엽's avatar 심재엽
Browse files

design: fcm 토큰 저장시, 토스트 아이콘 변경

parent cc309c75
No related branches found
No related tags found
1 merge request!54[design] fcm 토큰 저장시, 토스트 아이콘 변경
Pipeline #11035 passed
...@@ -33,7 +33,7 @@ const GetUserPermission = async () => { ...@@ -33,7 +33,7 @@ const GetUserPermission = async () => {
if (!isFCMToken) { if (!isFCMToken) {
await GetFCMToken(); await GetFCMToken();
Toast.fire({ Toast.fire({
icon: "error", icon: "info",
title: `알림 토큰 저장 중`, title: `알림 토큰 저장 중`,
}); });
} else { } else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment