bitwarden_rs/src/static/templates/email/new_device_logged_in.hbs

15 lines
376 B
Handlebars
Raw Normal View History

2019-07-22 06:26:24 +00:00
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.
2019-07-22 06:26:24 +00:00
</p>
</html>