mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-09-16 13:35:57 +03:00
To use this, include a path in the `DOMAIN` URL, e.g.: * `DOMAIN=https://example.com/custom-path` * `DOMAIN=https://example.com/multiple/levels/are/ok`
15 lines
376 B
Handlebars
15 lines
376 B
Handlebars
New Device Logged In From {{device}}
|
|
<!---------------->
|
|
<html>
|
|
<p>
|
|
Your account was just logged into from a new device.
|
|
|
|
Date: {{datetime}}
|
|
IP Address: {{ip}}
|
|
Device Type: {{device}}
|
|
|
|
You can deauthorize all devices that have access to your account from the
|
|
<a href="{{url}}/">web vault</a> under Settings > My Account > Deauthorize Sessions.
|
|
</p>
|
|
</html>
|