rem. logout button
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user