Merge patchset from akko branch
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Logout | Masto-FE standalone</title>
|
||||
<script>
|
||||
localStorage.clear();
|
||||
window.location.href = "/login.html";
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
Clearing local storage and redirecting back to <a href="/login.html">login</a>...
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user