mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-12-27 18:42:30 +00:00
fix: only use groups in OAuth
This commit is contained in:
@@ -70,7 +70,7 @@ export const ContinuePage = () => {
|
||||
</Button>
|
||||
<Button
|
||||
fullWidth
|
||||
mt="sm"
|
||||
mt="xs"
|
||||
color="gray"
|
||||
onClick={() => (window.location.href = "/")}
|
||||
>
|
||||
@@ -110,7 +110,7 @@ export const ContinuePage = () => {
|
||||
</Button>
|
||||
<Button
|
||||
fullWidth
|
||||
mt="sm"
|
||||
mt="xs"
|
||||
color="gray"
|
||||
onClick={() => (window.location.href = "/")}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user