Skip to content

Commit

Permalink
Fix compliance v2
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadiuszbachorski committed Jun 14, 2024
1 parent a62b77e commit 107ce22
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/design-system/src/modules/auth/hooks.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
//
// This source file is part of the Stanford Biodesign Digital Health ENGAGE-HF open-source project
//
// SPDX-FileCopyrightText: 2023 Stanford University and the project authors (see CONTRIBUTORS.md)
//
// SPDX-License-Identifier: MIT
//
import type { User } from '@firebase/auth-types'
import { type FirebaseOptions } from 'firebase/app'
import { type Auth, onAuthStateChanged } from 'firebase/auth'
Expand Down
7 changes: 7 additions & 0 deletions packages/design-system/src/modules/auth/serverApp.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
//
// This source file is part of the Stanford Biodesign Digital Health ENGAGE-HF open-source project
//
// SPDX-FileCopyrightText: 2023 Stanford University and the project authors (see CONTRIBUTORS.md)
//
// SPDX-License-Identifier: MIT
//
import { type FirebaseOptions, initializeServerApp } from 'firebase/app'
import { getAuth } from 'firebase/auth'
import { headers } from 'next/headers'
Expand Down

0 comments on commit 107ce22

Please sign in to comment.