useAddSecurityKey
const { add, isLoading, isSuccess, isError, error } = useAddSecurityKey() const handleFormSubmit = async (e) => { e.preventDefault() await add('key nickname') }
Was this page helpful?