This repository has been archived on 2024-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
2024-03-12 18:34:05 +00:00
|
|
|
<!DOCTYPE html>
|
2024-04-28 23:48:03 +01:00
|
|
|
<html lang="en">
|
2024-03-12 18:34:05 +00:00
|
|
|
|
|
|
|
<head>
|
|
|
|
<title>Burgernotes</title>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
2024-04-28 23:48:03 +01:00
|
|
|
<link rel="icon" href="/static/svg/favicon.svg">
|
|
|
|
</head>
|
|
|
|
<p>Logging out...</p>
|
2024-03-12 18:34:05 +00:00
|
|
|
<script>
|
|
|
|
localStorage.removeItem("DONOTSHARE-secretkey")
|
|
|
|
localStorage.removeItem("DONOTSHARE-password")
|
|
|
|
localStorage.removeItem("CACHE-username")
|
2024-04-28 23:48:03 +01:00
|
|
|
window.location.replace("/login")
|
2024-03-12 18:34:05 +00:00
|
|
|
</script>
|