joshwisehub

Results 4 comments of joshwisehub

if my icon is custom.meaning it is svg file,How can i achieve the same behavior or i need to make it a component first?

`interface Props { size?: number; color?: string; className?: string; } const Arrow = ({ size = 42, color = '#013047', className }: Props) => { return ( ); }; export...

what happens to the swagger docs using this implementation. when we want authenticate it seems like pasting any text it authorizes automatically no request is sent to the server.

After some reserach i found this [https://swagger.io/docs/specification/v3_0/authentication/cookie-authentication/](url) ![image](https://github.com/user-attachments/assets/fe6f4ed6-10d6-457f-809f-d6d2b8f01d0d) is seems like the swagger docs does not support this.