Skip to content

Commit 27ca8ed

Browse files
authored
Merge pull request #1206 from firebase/@invertase/behavior-rework
2 parents c49a83a + 4efa124 commit 27ca8ed

16 files changed

+1202
-543
lines changed

packages/core/src/auth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ import {
3232
signInWithRedirect,
3333
UserCredential,
3434
} from "firebase/auth";
35-
import { getBehavior, hasBehavior } from "./behaviors";
3635
import { FirebaseUIConfiguration } from "./config";
3736
import { handleFirebaseError } from "./errors";
37+
import { hasBehavior, getBehavior } from "./behaviors/index";
3838

3939
async function handlePendingCredential(ui: FirebaseUIConfiguration, user: UserCredential): Promise<UserCredential> {
4040
const pendingCredString = window.sessionStorage.getItem("pendingCred");

packages/core/src/behaviors.test.ts

Lines changed: 0 additions & 322 deletions
This file was deleted.

0 commit comments

Comments
 (0)