From 12e53e0a84d085b1d0bdf77db00333d5cd10c371 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=8B=AC=EC=9E=AC=EC=97=BD?= <jysim0326@ajou.ac.kr> Date: Mon, 9 Dec 2024 11:39:55 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20fcm=20token=20=EC=A0=80=EC=9E=A5?= =?UTF-8?q?=EC=8B=9C=20=EB=AC=B8=EA=B5=AC=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/fcm/GetUserPermission.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fcm/GetUserPermission.jsx b/src/fcm/GetUserPermission.jsx index c00186c..819adeb 100644 --- a/src/fcm/GetUserPermission.jsx +++ b/src/fcm/GetUserPermission.jsx @@ -34,7 +34,7 @@ const GetUserPermission = async () => { await GetFCMToken(); Toast.fire({ icon: "error", - title: `알림 토큰 저장 실패`, + title: `알림 토큰 저장 중`, }); } else { console.log("token setting complete"); -- GitLab