Fix issue
This commit is contained in:
@@ -34,6 +34,7 @@ export default function BaseAuthenticatedPage(): React.ReactElement {
|
||||
const reloadUserInfo = async () => {
|
||||
try {
|
||||
loadingMessage.show("Refreshing user information...");
|
||||
await loadUserInfo();
|
||||
} catch (e) {
|
||||
console.error(`Failed to load user information! ${e}`);
|
||||
alert(`Failed to load user information! ${e}`);
|
||||
|
||||
Reference in New Issue
Block a user