mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-08-05 03:57:03 -04:00
13 lines
268 B
Vue
13 lines
268 B
Vue
<script setup lang="ts">
|
|
|
|
</script>
|
|
|
|
<template>
|
|
<div v-if="$route.query.error" class="container pt-md-4">
|
|
<div class="alert alert-danger">
|
|
<Icon v="heart-broken" />
|
|
<T>user.login.oauthError</T>
|
|
</div>
|
|
</div>
|
|
</template>
|