mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
19 lines
862 B
Plaintext
19 lines
862 B
Plaintext
<div id="options-protected-session" class="tab-pane">
|
|
<h4>Protected session timeout</h4>
|
|
|
|
<p>Protected session timeout is a time period after which the protected session is wiped out from
|
|
browser's memory. This is measured from the last interaction with protected notes.</p>
|
|
|
|
<form id="protected-session-timeout-form">
|
|
<div class="form-group">
|
|
<label for="protected-session-timeout-in-seconds">Protected session timeout (in seconds)</label>
|
|
<input class="form-control" id="protected-session-timeout-in-seconds" type="number">
|
|
</div>
|
|
|
|
<div style="display: flex; justify-content: space-between;">
|
|
<button class="btn btn-primary">Save</button>
|
|
|
|
<button class="btn btn-secondary" type="button" data-help-page="Protected-notes">Help</button>
|
|
</div>
|
|
</form>
|
|
</div> |