rem. logout button

This commit is contained in:
2026-03-06 04:28:37 -05:00
parent 359e1c1711
commit b4c0397be8
3 changed files with 0 additions and 3 deletions
-1
View File
@@ -12,7 +12,6 @@
</style>
</head>
<body>
<button onclick="window.location.href='/outpost.goauthentik.io/sign_out'">Logout</button>
<h1>Error</h1>
<p>{{ error_message }}</p>
<a href="/"><button>Upload another file</button></a>
-1
View File
@@ -12,7 +12,6 @@
</style>
</head>
<body>
<button onclick="window.location.href='/outpost.goauthentik.io/sign_out'">Logout</button>
<h1>Upload new File</h1>
<form method=post enctype=multipart/form-data>
<input type=file name=file multiple>
-1
View File
@@ -12,7 +12,6 @@
</style>
</head>
<body>
<button onclick="window.location.href='/outpost.goauthentik.io/sign_out'">Logout</button>
<h1>Success</h1>
<p>{{ success_message }}</p>
<a href="/"><button>Upload another file</button></a>