web: remove login-int

This commit is contained in:
Luke Granger-Brown 2020-12-30 00:51:56 +00:00
parent 6fbeb0d282
commit e0ab7d9ea4
2 changed files with 1 additions and 19 deletions

View file

@ -4,6 +4,5 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
login-int = pkgs.copyPathToStore ./login-int;
int = pkgs.copyPathToStore ./int; int = pkgs.copyPathToStore ./int;
} }

View file

@ -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>