... you'll need to check the session yourself try { await getTokenSilently(); } catch (error) { if (error.error !== 'login_required') { throw error; } } ...
確定! 回上一頁