Skip to content

Commit 8b745bc

Browse files
Diana KhortiukDiana Khortiuk
authored andcommitted
fix linter
1 parent 5f98154 commit 8b745bc

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/FronteggNative.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,12 @@ export async function directLoginAction(
4949
ephemeralSession: boolean = true,
5050
additionalQueryParams?: Record<string, string>
5151
): Promise<void> {
52-
return FronteggRN.directLoginAction(type, data, ephemeralSession, additionalQueryParams);
52+
return FronteggRN.directLoginAction(
53+
type,
54+
data,
55+
ephemeralSession,
56+
additionalQueryParams
57+
);
5358
}
5459

5560
export async function loginWithPasskeys(): Promise<void> {

0 commit comments

Comments
 (0)