change: refer to developer
This commit is contained in:
parent
0810901a7b
commit
605a40848c
2 changed files with 5 additions and 7 deletions
|
@ -6,15 +6,13 @@
|
|||
</div>
|
||||
<p v-if="config.custom_login_message">{{ config.custom_login_message }}</p>
|
||||
<p>
|
||||
©
|
||||
<a href="https://forgejo.jk-effects.cloud/Ehrenamt/ff-admin" target="_blank">Admin-Portal</a>
|
||||
by
|
||||
<a href="https://ff-admin.de" target="_blank">FF Admin</a>
|
||||
entwickelt von
|
||||
<a href="https://jk-effects.com" target="_blank">JK Effects</a>
|
||||
</p>
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { config } from '@/config'
|
||||
import { config } from "@/config";
|
||||
</script>
|
|
@ -84,7 +84,7 @@ export default defineComponent({
|
|||
})
|
||||
.catch((err) => {
|
||||
this.loginStatus = "failed";
|
||||
this.loginError = err.response.data;
|
||||
this.loginError = err.response?.data;
|
||||
});
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue