From e7445f57cc0ac678a63b04e4afed2e38a170bb9c Mon Sep 17 00:00:00 2001 From: Adam Leskis Date: Tue, 23 Apr 2024 22:01:46 +0100 Subject: [PATCH] add lang attribute, description and viewport meta tags these are important for accessibility, so we should have defaults set up in the example in case people adapt it for production use. --- 01-Login/webappexample/templates/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/01-Login/webappexample/templates/index.html b/01-Login/webappexample/templates/index.html index a5d8212..5b88bba 100644 --- a/01-Login/webappexample/templates/index.html +++ b/01-Login/webappexample/templates/index.html @@ -1,7 +1,9 @@ - + Auth0 Example + + {% if session %}