From 52716765b2eeb798da454208bdfce44cea766f77 Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Sat, 6 Jun 2026 02:41:42 +0000 Subject: [PATCH] fix(apps): load provider icons over HTTPS --- apps/code-of-conduct/app/account/account.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/code-of-conduct/app/account/account.component.html b/apps/code-of-conduct/app/account/account.component.html index f35d0a764..58afb0d68 100644 --- a/apps/code-of-conduct/app/account/account.component.html +++ b/apps/code-of-conduct/app/account/account.component.html @@ -26,11 +26,11 @@
- google icon + google icon {{ account.googleInfo?.email || 'Unknown' }}
- github icon + github icon {{ account.githubInfo?.email || 'Account Not Linked' }}