Commit dbb80397 authored by Spark's avatar Spark
Browse files

swal text

parent ded2f422
...@@ -73,8 +73,8 @@ export function AuthWithKakao(isLogin) { ...@@ -73,8 +73,8 @@ export function AuthWithKakao(isLogin) {
Swal.fire({ Swal.fire({
title: isLogin ? "로그인 실패!" : "회원가입 실패!", title: isLogin ? "로그인 실패!" : "회원가입 실패!",
text: isLogin text: isLogin
? "🙌 회원가입을 먼저 진행하세요! 🙌" ? "😭 회원가입을 먼저 진행하세요! 😭"
: "🙌 이미 존재하는 사용자 입니다! 🙌", : "😭 이미 존재하는 사용자 입니다! 😭",
icon: "error", icon: "error",
customClass: "swal-wide", customClass: "swal-wide",
confirmButtonText: "확인", confirmButtonText: "확인",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment