web: remove login-int
This commit is contained in:
parent
6fbeb0d282
commit
e0ab7d9ea4
2 changed files with 1 additions and 19 deletions
|
@ -4,6 +4,5 @@
|
||||||
|
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
login-int = pkgs.copyPathToStore ./login-int;
|
|
||||||
int = pkgs.copyPathToStore ./int;
|
int = pkgs.copyPathToStore ./int;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,17 +0,0 @@
|
||||||
<!--
|
|
||||||
SPDX-FileCopyrightText: 2020 Luke Granger-Brown <depot@lukegb.com>
|
|
||||||
|
|
||||||
SPDX-License-Identifier: Apache-2.0
|
|
||||||
-->
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<title>login.int</title>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<h1>login</h1>
|
|
||||||
<p>Hello!</p>
|
|
||||||
<a href="/oauth2/sign_out">Log out?</a>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
Loading…
Reference in a new issue