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