Skip to content

Commit

Permalink
Fixed: initialiseFirebaseApp function commented out (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
amansinghbais committed Sep 21, 2023
1 parent efb06a1 commit 484a920
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/components/Login.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ export default defineComponent({
await context.login({ token, oms })

// initialising and connecting firebase app for notification support
// await initialiseFirebaseApp(
// noitificationContext.appFirebaseConfig,
// noitificationContext.appFirebaseVapidKey,
// noitificationContext.storeClientRegistrationToken,
// noitificationContext.addNotification,
// )
await initialiseFirebaseApp(
noitificationContext.appFirebaseConfig,
noitificationContext.appFirebaseVapidKey,
noitificationContext.storeClientRegistrationToken,
noitificationContext.addNotification,
)

this.router.push('/')
} catch (error) {
Expand Down

0 comments on commit 484a920

Please sign in to comment.