From ecf35cfd1d81e68b9593f54c7f035199ce69dc3b Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sat, 21 Aug 2021 16:10:03 +0200 Subject: [PATCH] web: fix mis-matched oauth source icon names Signed-off-by: Jens Langhammer --- web/authentik/sources/{azure-ad.svg => azuread.svg} | 0 web/authentik/sources/{openid-connect.svg => openidconnect.svg} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename web/authentik/sources/{azure-ad.svg => azuread.svg} (100%) rename web/authentik/sources/{openid-connect.svg => openidconnect.svg} (100%) diff --git a/web/authentik/sources/azure-ad.svg b/web/authentik/sources/azuread.svg similarity index 100% rename from web/authentik/sources/azure-ad.svg rename to web/authentik/sources/azuread.svg diff --git a/web/authentik/sources/openid-connect.svg b/web/authentik/sources/openidconnect.svg similarity index 100% rename from web/authentik/sources/openid-connect.svg rename to web/authentik/sources/openidconnect.svg