File tree Expand file tree Collapse file tree
java/com/monkeyk/sos/domain/passkey Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33import com .monkeyk .sos .domain .AbstractDomain ;
44
5+ import java .io .Serial ;
56import java .time .LocalDateTime ;
67
78/**
1516 */
1617public class PasskeyCredential extends AbstractDomain {
1718
19+ @ Serial
20+ private static final long serialVersionUID = 7158786612947527990L ;
1821 /**
1922 * 关联的用户 GUID。
2023 */
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ <h2>Spring Security&OAuth2.1
9292 </ li >
9393 < li sec:authorize ="hasRole('ROLE_ADMIN') ">
9494 < p >
95- < a th:href ="@{/user/overview} "> User</ a > < span class ="text-muted "> - 管理User</ span >
95+ < a th:href ="@{/user/overview} "> User</ a > < span class ="text-muted "> - 管理User, 以及User Passkeys等 </ span >
9696 </ p >
9797 </ li >
9898 < li sec:authorize ="isAuthenticated() ">
Original file line number Diff line number Diff line change 88 < th:block th:insert ="~{fragments/main::header-css} "/>
99</ head >
1010< body class ="container ">
11+ < a th:href ="@{/} "> Home</ a >
1112< h2 class ="page-header "> Passkeys</ h2 >
1213
1314< div class ="alert alert-info ">
@@ -65,7 +66,6 @@ <h2 class="page-header">Passkeys</h2>
6566 </ div >
6667</ div >
6768
68- < p > < a th:href ="@{/} "> Back Home</ a > </ p >
6969
7070< div th:replace ="~{fragments/main :: footer} "/>
7171< script >
You can’t perform that action at this time.
0 commit comments