✏️ Adjust line breaks in admin login descriptions for improved readability
This commit is contained in:
@@ -59,24 +59,24 @@
|
||||
<div class="info-card">
|
||||
<h3>🔐 Protected Access</h3>
|
||||
<p>
|
||||
Admin login provides access to protected features like the Gamemaster Manager
|
||||
and other administration tools.
|
||||
Admin login provides access to protected features like the
|
||||
Gamemaster Manager and other administration tools.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="info-card">
|
||||
<h3>🔒 Security</h3>
|
||||
<p>
|
||||
Your session is protected with JWT authentication. Tokens expire after 7 days
|
||||
of inactivity.
|
||||
Your session is protected with JWT authentication. Tokens expire
|
||||
after 7 days of inactivity.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="info-card">
|
||||
<h3>📱 Device Specific</h3>
|
||||
<p>
|
||||
Your login is stored securely in your browser's local storage. Each device
|
||||
requires its own login.
|
||||
Your login is stored securely in your browser's local storage. Each
|
||||
device requires its own login.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user