|
|
|
@ -144,7 +144,7 @@
|
|
|
|
|
<div class="row justify-content-end">
|
|
|
|
|
<div class="flex-row justify-content-end">
|
|
|
|
|
<button onclick="saveinfoPrefix();" type="button" class="btn btn-primary">저장</button>
|
|
|
|
|
<button onclick="initPassword();" type="button" class="btn btn-primary">비밀번호 초기화</button>
|
|
|
|
|
<c:if test='${currentUser.hasAuthorities("ROLE_ADMIN")}'><button onclick="initPassword();" type="button" class="btn btn-primary">비밀번호 초기화</button></c:if>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|