Skip to content

Commit

Permalink
fix: undefined property on Jetstream Inertia stack
Browse files Browse the repository at this point in the history
  • Loading branch information
joelbutcher committed Oct 18, 2023
1 parent 57dd781 commit 6870738
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,6 @@ const submit = () => {

<Socialstream v-if="$page.props.socialstream.show && $page.props.socialstream.providers.length"
:error="$page.props.errors.socialstream" :prompt="$page.props.socialstream.prompt"
:labels="$page.props.socialstream.labels" :providers="socialstream.providers"/>
:labels="$page.props.socialstream.labels" :providers="$page.props.socialstream.providers"/>
</AuthenticationCard>
</template>

0 comments on commit 6870738

Please sign in to comment.