import React from 'react'; import { useOktaAuth } from '@okta/okta-react'; // Basic component with logout button const Logout = () => { const { oktaAuth } ...
確定! 回上一頁