keycloak-collective-portal/templates/index.html

9 lines
125 B
HTML
Raw Normal View History

2021-06-11 12:14:04 +00:00
<html>
<head>
<title>Home</title>
</head>
<body>
2021-06-11 16:26:38 +00:00
<p>Hello, {{ user.preferred_username }}</p>
2021-06-11 12:14:04 +00:00
</body>
</html>