rem. logout button
This commit is contained in:
@@ -12,7 +12,6 @@
|
|||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<button onclick="window.location.href='/outpost.goauthentik.io/sign_out'">Logout</button>
|
|
||||||
<h1>Error</h1>
|
<h1>Error</h1>
|
||||||
<p>{{ error_message }}</p>
|
<p>{{ error_message }}</p>
|
||||||
<a href="/"><button>Upload another file</button></a>
|
<a href="/"><button>Upload another file</button></a>
|
||||||
|
|||||||
@@ -12,7 +12,6 @@
|
|||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<button onclick="window.location.href='/outpost.goauthentik.io/sign_out'">Logout</button>
|
|
||||||
<h1>Upload new File</h1>
|
<h1>Upload new File</h1>
|
||||||
<form method=post enctype=multipart/form-data>
|
<form method=post enctype=multipart/form-data>
|
||||||
<input type=file name=file multiple>
|
<input type=file name=file multiple>
|
||||||
|
|||||||
@@ -12,7 +12,6 @@
|
|||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<button onclick="window.location.href='/outpost.goauthentik.io/sign_out'">Logout</button>
|
|
||||||
<h1>Success</h1>
|
<h1>Success</h1>
|
||||||
<p>{{ success_message }}</p>
|
<p>{{ success_message }}</p>
|
||||||
<a href="/"><button>Upload another file</button></a>
|
<a href="/"><button>Upload another file</button></a>
|
||||||
|
|||||||
Reference in New Issue
Block a user