Add sample upstream provider

This commit is contained in:
2025-10-29 09:34:10 +01:00
parent ffd93c5435
commit 764ad3d5a1
5 changed files with 90 additions and 1 deletions

View File

@@ -42,6 +42,7 @@ impl Provider {
"github" => "/assets/img/brands/github.svg",
"microsoft" => "/assets/img/brands/microsoft.svg",
"google" => "/assets/img/brands/google.svg",
"openid" => "/assets/img/brands/openid.svg",
s => s,
}
}