Compare commits

..

No commits in common. "0abfb5293151edd14c82d11575aea7fc79086daa" and "eb7555be499bcc21dfac4fc75c76253a055ca057" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View File

@ -58,8 +58,7 @@ export default async function RootLayout({ children }) {
pwdInitYn: session.pwdInitYn, pwdInitYn: session.pwdInitYn,
custCd: session.custCd, custCd: session.custCd,
isLoggedIn: session.isLoggedIn, isLoggedIn: session.isLoggedIn,
builderNo: session.builderNo, builderNo: session.builderNo
custNm: session.custNm
} }
} }
if (!headerPathname.includes('/login') && !session.isLoggedIn) { if (!headerPathname.includes('/login') && !session.isLoggedIn) {

View File

@ -349,7 +349,7 @@ let fileCheck = false;
<tbody> <tbody>
<tr> <tr>
<th>{getMessage('qna.list.header.regNm')}</th> <th>{getMessage('qna.list.header.regNm')}</th>
<td><input type="text" className="input-light" value={sessionState?.custNm || ''} readOnly /></td> <td><input type="text" className="input-light" value={sessionState?.userNm || ''} readOnly /></td>
<th>E-Mail<span className="red">*</span></th> <th>E-Mail<span className="red">*</span></th>
<td ><input type="text" className="input-light" required <td ><input type="text" className="input-light" required
ref={qstMail} ref={qstMail}