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>
|
</div>
|
||||||
<p v-if="config.custom_login_message">{{ config.custom_login_message }}</p>
|
<p v-if="config.custom_login_message">{{ config.custom_login_message }}</p>
|
||||||
<p>
|
<p>
|
||||||
©
|
<a href="https://ff-admin.de" target="_blank">FF Admin</a>
|
||||||
<a href="https://forgejo.jk-effects.cloud/Ehrenamt/ff-admin" target="_blank">Admin-Portal</a>
|
entwickelt von
|
||||||
by
|
|
||||||
<a href="https://jk-effects.com" target="_blank">JK Effects</a>
|
<a href="https://jk-effects.com" target="_blank">JK Effects</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { config } from '@/config'
|
import { config } from "@/config";
|
||||||
</script>
|
</script>
|
||||||
|
|
|
@ -84,7 +84,7 @@ export default defineComponent({
|
||||||
})
|
})
|
||||||
.catch((err) => {
|
.catch((err) => {
|
||||||
this.loginStatus = "failed";
|
this.loginStatus = "failed";
|
||||||
this.loginError = err.response.data;
|
this.loginError = err.response?.data;
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue