Can start Matrix authentication from UI
This commit is contained in:
@@ -124,7 +124,6 @@ export default function BaseAuthenticatedPage(): React.ReactElement {
|
||||
flexDirection: "column",
|
||||
flex: 1,
|
||||
overflow: "auto",
|
||||
padding: "50px",
|
||||
}}
|
||||
>
|
||||
<Outlet />
|
||||
@@ -137,6 +136,6 @@ export default function BaseAuthenticatedPage(): React.ReactElement {
|
||||
);
|
||||
}
|
||||
|
||||
export function userUserInfo(): UserInfoContext {
|
||||
export function useUserInfo(): UserInfoContext {
|
||||
return React.use(UserInfoContextK)!;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user