add loginhint to second impl

This commit is contained in:
Jacob Overgaard
2024-04-26 15:45:29 +02:00
parent 244ce6a9da
commit a0528197fa

View File

@@ -29,5 +29,5 @@ export interface UmbAuthProviderDefaultProps {
* Callback that is called when the user selects a provider.
* @param manifest The manifest of the provider that the user selected.
*/
onSubmit(manifest: ManifestAuthProvider): void;
onSubmit(manifest: ManifestAuthProvider, loginHint?: string): void;
}