추가개발12/30

This commit is contained in:
김한진 2025-12-30 09:10:41 +09:00
parent 3ba0aa3bd2
commit 34f6ad8ff7
1 changed files with 1 additions and 7 deletions

View File

@ -2,13 +2,7 @@
@{
ViewData["Title"] = "로그인";
Layout = null;
string nptcPwd = "";
//if (Request.ServerVariables["REMOTE_ADDR"] == "1.214.45.218") {
nptcPwd = "rhksflwkfhrmdls999";
//}
}
@nptcPwd
<!DOCTYPE html>
<html lang="en" class="bg-black">
<head>
@ -49,7 +43,7 @@
</div>
<div class="form-group">
<label class="control-label">Password</label>
<input type="password" name="user.UserPass" id="pw" placeholder="PASSWORD" class="form-control input-lg" value="@nptcPwd" />
<input type="password" name="user.UserPass" id="pw" placeholder="PASSWORD" class="form-control input-lg" value="" />
</div>
<div class="text-center">
<label><input type="checkbox" id="SavedId2" @(string.IsNullOrEmpty(Model.SavedId) ? "" : "checked") />Remember ID</label>