1
0
Fork 0
mirror of https://codeberg.org/MarkusThielker/next-ory.git synced 2025-07-01 04:29:18 +00:00

NORY-22: add quick actions to identity page

This commit is contained in:
Markus Thielker 2024-12-09 01:01:43 +01:00
parent 7299a8e206
commit aef8e84048
No known key found for this signature in database
6 changed files with 360 additions and 18 deletions

View file

@ -2,7 +2,7 @@ import { cn } from '@/lib/utils';
import { RefObject } from 'react';
export const Spinner = (
{ className, ref }: { className?: string, ref: RefObject<any> },
{ className, ref }: { className?: string, ref?: RefObject<any> },
) => <svg
xmlns="http://www.w3.org/2000/svg"
width="24"