<!DOCTYPE html>
<html lang="en">

<head>
    <title>Log out - {{ .identifier }}</title>
    <meta charset="UTF-8"/>
    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
    <link rel="icon" href="/static/svg/favicon.svg">
</head>
<p>Logging out...</p>
<script>
    localStorage.removeItem("DONOTSHARE-secretkey")
    localStorage.removeItem("DONOTSHARE-password")
    window.location.replace("/login")
</script>