Skip to content

Commit

Permalink
Update components
Browse files Browse the repository at this point in the history
  • Loading branch information
AchoArnold committed Oct 1, 2023
1 parent 21182bf commit 53ddad3
Show file tree
Hide file tree
Showing 2 changed files with 22,295 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/components/FirebaseAuth.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
<script lang="ts">
import { Vue, Component, Prop } from 'vue-property-decorator'
import { ProviderId } from 'firebase/auth'
import { auth } from 'firebaseui'
import firebaseui from 'firebaseui'
import firebase from 'firebase/compat'
import { NotificationRequest } from '~/store'
@Component
export default class FirebaseAuth extends Vue {
ui: auth.AuthUI | null = null
ui: firebaseui.auth.AuthUI | null = null
firebaseUIInitialized = false
@Prop({ required: false, type: String, default: '/' }) to!: string
Expand Down
Loading

0 comments on commit 53ddad3

Please sign in to comment.