Add agent workflows & stuff
This commit is contained in:
@@ -3,7 +3,10 @@
|
||||
import { useState } from 'react';
|
||||
import Link from 'next/link';
|
||||
import { useRouter } from 'next/navigation';
|
||||
import { AuthentikSignInButton } from '@/components/layout/auth/buttons';
|
||||
import {
|
||||
AuthentikSignInButton,
|
||||
GitHubSignInButton,
|
||||
} from '@/components/layout/auth/buttons';
|
||||
import { useAuthActions } from '@convex-dev/auth/react';
|
||||
import { zodResolver } from '@hookform/resolvers/zod';
|
||||
import { ConvexError } from 'convex/values';
|
||||
@@ -342,7 +345,8 @@ const SignIn = () => {
|
||||
<Separator className='ml-3 py-0.5' />
|
||||
</div>
|
||||
</div>
|
||||
<div className='mt-3 flex justify-center'>
|
||||
<div className='mt-3 flex flex-col items-center gap-3'>
|
||||
<GitHubSignInButton />
|
||||
<AuthentikSignInButton />
|
||||
</div>
|
||||
</CardContent>
|
||||
@@ -450,7 +454,8 @@ const SignIn = () => {
|
||||
<Separator className='ml-3 py-0.5' />
|
||||
</div>
|
||||
</div>
|
||||
<div className='mt-3 flex justify-center'>
|
||||
<div className='mt-3 flex flex-col items-center gap-3'>
|
||||
<GitHubSignInButton type='signUp' />
|
||||
<AuthentikSignInButton type='signUp' />
|
||||
</div>
|
||||
</CardContent>
|
||||
|
||||
Reference in New Issue
Block a user