tsc
This commit is contained in:
parent
76f7215269
commit
d101208baa
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ import { getAuthCodes } from "services/remote";
|
|||
const AuthenticatorCodesPage = () => {
|
||||
const appContext = useContext(AppContext);
|
||||
const router = useRouter();
|
||||
const [codes, setCodes] = useState([]);
|
||||
const [codes, setCodes] = useState<Code[]>([]);
|
||||
const [hasFetched, setHasFetched] = useState(false);
|
||||
const [searchTerm, setSearchTerm] = useState("");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue