Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
WebFront
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
websystem
WebFront
Merge requests
!54
[design] fcm 토큰 저장시, 토스트 아이콘 변경
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
[design] fcm 토큰 저장시, 토스트 아이콘 변경
develop
into
main
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
심재엽
requested to merge
develop
into
main
7 months ago
Overview
0
Commits
1
Pipelines
1
Changes
1
연관 이슈
(#이슈번호)
작업 내용
(작업내용작성)
[ ]
테스트 결과 or 스크린샷 (선택)
작업한 부분을 캡처해 보여주면 이해하기 쉬워요
리뷰 요구사항 (선택)
리뷰어가 특별히 봐주었으면 하는 부분이 있다면 작성해주세요
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
777ac7de
1 commit,
7 months ago
1 file
+
1
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/fcm/GetUserPermission.jsx
+
1
−
1
View file @ 777ac7de
Edit in single-file editor
Open in Web IDE
Show full file
@@ -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