mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2026-03-22 06:27:52 +00:00
feat: implement multiple oauth providers in the frontend
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import type { SVGProps } from "react";
|
||||
|
||||
export function GenericIcon(props: SVGProps<SVGSVGElement>) {
|
||||
export function OAuthIcon(props: SVGProps<SVGSVGElement>) {
|
||||
return (
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
Reference in New Issue
Block a user