Skip to content

Commit

Permalink
Add use client directive
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorjdawson committed Dec 18, 2024
1 parent 5fbf871 commit 76f9329
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/sdk-react/src/components/auth/Auth.tsx
Original file line number Diff line number Diff line change
@@ -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/";
Expand Down

0 comments on commit 76f9329

Please sign in to comment.