Compare commits
No commits in common. "0abfb5293151edd14c82d11575aea7fc79086daa" and "eb7555be499bcc21dfac4fc75c76253a055ca057" have entirely different histories.
0abfb52931
...
eb7555be49
@ -58,8 +58,7 @@ export default async function RootLayout({ children }) {
|
||||
pwdInitYn: session.pwdInitYn,
|
||||
custCd: session.custCd,
|
||||
isLoggedIn: session.isLoggedIn,
|
||||
builderNo: session.builderNo,
|
||||
custNm: session.custNm
|
||||
builderNo: session.builderNo
|
||||
}
|
||||
}
|
||||
if (!headerPathname.includes('/login') && !session.isLoggedIn) {
|
||||
|
||||
@ -349,7 +349,7 @@ let fileCheck = false;
|
||||
<tbody>
|
||||
<tr>
|
||||
<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>
|
||||
<td ><input type="text" className="input-light" required
|
||||
ref={qstMail}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user