From ec22b5715b35b5a684c8237bfae18f161fce8d5d Mon Sep 17 00:00:00 2001 From: Ryan Richard Date: Thu, 5 May 2022 14:46:07 -0700 Subject: [PATCH] =?UTF-8?q?Add=20Pinniped=20favicon=20to=20login=20UI=20pa?= =?UTF-8?q?ge=20=F0=9F=A6=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/oidc/login/loginhtml/login_form.gohtml | 14 ++++++++++++-- internal/testutil/loginhtml.go | 10 +++------- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/internal/oidc/login/loginhtml/login_form.gohtml b/internal/oidc/login/loginhtml/login_form.gohtml index a92e406f..15a13fcf 100644 --- a/internal/oidc/login/loginhtml/login_form.gohtml +++ b/internal/oidc/login/loginhtml/login_form.gohtml @@ -1,13 +1,23 @@ - Pinniped + Pinniped Login - +
diff --git a/internal/testutil/loginhtml.go b/internal/testutil/loginhtml.go index 431f708d..f46c55a3 100644 --- a/internal/testutil/loginhtml.go +++ b/internal/testutil/loginhtml.go @@ -20,18 +20,14 @@ func ExpectedLoginPageHTML(wantCSS, wantIDPName, wantPostPath, wantEncodedState, ) } - // Note that "role", "aria-*", and "alert" attributes are hints to screen readers. - // Also note that some structure and attributes used here are hints to password managers, - // see https://support.1password.com/compatible-website-design/. - // Please take care when changing the HTML of this form, - // and test with a screen reader and password manager after changes. return here.Docf(` - Pinniped + Pinniped Login - +