diff --git a/packages/sdk-react/src/components/auth/Auth.tsx b/packages/sdk-react/src/components/auth/Auth.tsx index aee230c0..ad3c1ecf 100644 --- a/packages/sdk-react/src/components/auth/Auth.tsx +++ b/packages/sdk-react/src/components/auth/Auth.tsx @@ -1,3 +1,5 @@ +"use client"; + import styles from "./Auth.module.css"; import React, { useEffect, useState } from "react"; import { initOtpAuth, getSuborgs, createSuborg, oauth } from "../../actions/";