Skip to content
Snippets Groups Projects

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

Merged 심재엽 requested to merge develop into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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 {
Loading