mirror of
https://github.com/nikdoof/pocket-id.git
synced 2025-12-22 22:10:36 +00:00
fix: OIDC client logo gets removed if other properties get updated
This commit is contained in:
@@ -10,7 +10,7 @@ export type OidcClient = {
|
||||
export type OidcClientCreate = Omit<OidcClient, 'id' | 'logoURL' | 'hasLogo'>;
|
||||
|
||||
export type OidcClientCreateWithLogo = OidcClientCreate & {
|
||||
logo: File | null;
|
||||
logo: File | null | undefined;
|
||||
};
|
||||
|
||||
export type AuthorizeResponse = {
|
||||
|
||||
Reference in New Issue
Block a user