mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
refactor: rename Tool.alpha to Tool.experimental
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { useState, useEffect } from "react";
|
||||
import { useEffect, useState } from "react";
|
||||
|
||||
interface AuthState {
|
||||
loading: boolean;
|
||||
@@ -15,7 +15,7 @@ export function useAuth(): AuthState {
|
||||
|
||||
useEffect(() => {
|
||||
checkAuth();
|
||||
}, []);
|
||||
}, [checkAuth]);
|
||||
|
||||
async function checkAuth() {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user