File tree Expand file tree Collapse file tree
getcloser/frontend/src/app/pages Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,6 +24,10 @@ export default function Page1() {
2424 } ) ;
2525
2626 if ( ! authResponse . ok ) {
27+ if ( authResponse . status === 404 ) {
28+ alert ( 'λ±λ‘λμ§ μμ μ΄λ©μΌ μ
λλ€.' ) ;
29+ return ;
30+ }
2731 throw new Error ( `HTTP error! status: ${ authResponse . status } ` ) ;
2832 }
2933
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ const CreateTeamView = ({
107107 < div className = "container mx-auto p-4" >
108108 < Modal
109109 title = "λ―Έμ
μκ°"
110- content = { ( ' 1. μ°Έκ°μλ€μ μ½λλ₯Ό λͺ¨μΌμΈμ!\n μ½λλ μμ κ°μΈλ³ λ€λ₯Έ μ½λκ° μμ΅λλ€.\n2. 5λͺ
μ΄ ν¨κ» λ¬Έμ νκΈ°μ λμ νμΈμ!\n (ν! λ¬Έμ λ νμλ€κ³Ό κ΄λ ¨λ λ¬Έμ κ° λμ΅λλ€.)\n3 . μ±κ³΅ μ λΆμ€ λ°©λ¬Έν΄μ£ΌμΈμ.\n μ±κ³΅ μ λ¬Όμ λ립λλ€.' ) }
110+ content = { ( ` 1. νμ λͺ¨μΌμΈμ! νμ μ½λλ μ΄λ¦ μμ μλ μ«μ μ
λλ€.<br/>2. ${ TEAM_SIZE } λͺ
μ΄ ν¨κ» λ¬Έμ νκΈ°μ λμ νμΈμ! (ν! λ¬Έμ λ νμλ€κ³Ό κ΄λ ¨λ λ¬Έμ κ° λμ΅λλ€.)<br/>3 . μ±κ³΅ μ λΆμ€ λ°©λ¬Έν΄μ£ΌμΈμ. κΈ°λ
νμ λ립λλ€.` ) }
111111 onConfirm = { handleConfirm }
112112 onDoNotShowAgain = { handleDoNotShowAgain }
113113 isOpen = { showModal }
You canβt perform that action at this time.
0 commit comments