From 2aa7abf383df814f24c88beea733c324cda682d0 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 29 May 2023 14:56:24 +0300 Subject: auth: Enable registration of OAuth2 clients Add UI and code to enable the administrative user to register new OAuth2 clients that can access the API server. --- gn3/templates/login.html | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 gn3/templates/login.html (limited to 'gn3/templates/login.html') diff --git a/gn3/templates/login.html b/gn3/templates/login.html deleted file mode 100644 index cf46009..0000000 --- a/gn3/templates/login.html +++ /dev/null @@ -1,32 +0,0 @@ -{%extends "base.html"%} - -{%block title%}Log in to Genenetwork3{%endblock%} - -{%block content%} -{{flash_messages()}} - -