mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-09-15 19:10:54 +02:00
fixed linked providers image path
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
let isLoading = false;
|
||||
|
||||
function getProviderConfig(provider) {
|
||||
return providersList.find((p) => p.key == provider + "Auth") || {};
|
||||
return providersList.find((p) => p.key == provider) || {};
|
||||
}
|
||||
|
||||
function getProviderTitle(provider) {
|
||||
|
||||
Reference in New Issue
Block a user