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

Merge branch 'develop' into 'main'

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

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