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:
parent
7299a8e206
commit
aef8e84048
6 changed files with 360 additions and 18 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue