added callback url to the socialite settings

This commit is contained in:
Čarodej
2022-03-05 16:55:02 +01:00
parent 5829eaacc4
commit 81f227c5e7
4 changed files with 35 additions and 8 deletions

View File

@@ -295,9 +295,3 @@ export default {
},
}
</script>
<style lang="scss" scoped>
.page-link {
@apply block flex h-8 w-8 cursor-pointer items-center justify-center rounded-lg text-sm font-bold transition duration-200 hover:bg-light-background;
}
</style>