mirror of
https://github.com/rommapp/romm.git
synced 2026-02-18 00:27:41 +01:00
misc: Add logos for more OIDC providers
RomM will now display the correct logo when `OIDC_PROVIDER` is set to any of the following values (case-insensitive): * `FusionAuth` * `Kanidm` * `Logto` * `Pocket ID` (or `Pocket-ID`). NOTE: `PocketID` will not work.
This commit is contained in:
BIN
frontend/assets/dashboard-icons/fusionauth.png
Normal file
BIN
frontend/assets/dashboard-icons/fusionauth.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 23 KiB |
BIN
frontend/assets/dashboard-icons/kanidm.png
Normal file
BIN
frontend/assets/dashboard-icons/kanidm.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 60 KiB |
BIN
frontend/assets/dashboard-icons/logto.png
Normal file
BIN
frontend/assets/dashboard-icons/logto.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 21 KiB |
BIN
frontend/assets/dashboard-icons/pocket-id.png
Normal file
BIN
frontend/assets/dashboard-icons/pocket-id.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.9 KiB |
@@ -138,7 +138,7 @@ async function loginOIDC() {
|
||||
<template v-if="oidcProvider" #prepend>
|
||||
<v-icon size="20">
|
||||
<v-img
|
||||
:src="`/assets/dashboard-icons/${oidcProvider.toLowerCase()}.png`"
|
||||
:src="`/assets/dashboard-icons/${oidcProvider.toLowerCase().replace(/ /g, '-')}.png`"
|
||||
>
|
||||
<template #error>
|
||||
<v-icon size="20">mdi-key</v-icon>
|
||||
|
||||
Reference in New Issue
Block a user