feat: show GitHub sign-in when repo is not accessible
Adds a message + sign-in button in FluxNote when the readme resolves to null (private/unauthorized repo), and on the SpaceCowboy 404 page.
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
<script lang="ts" setup></script>
|
||||
<script lang="ts" setup>
|
||||
import SignInGithub from "@/components/SignInGithub.vue"
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<main class="space-cowboy content">
|
||||
@@ -43,6 +45,7 @@
|
||||
<router-link class="button is-links" :to="{ name: 'Home' }"
|
||||
>return to homepage</router-link
|
||||
>
|
||||
<sign-in-github />
|
||||
</main>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user