Can start Matrix authentication from UI
This commit is contained in:
14
matrixgw_frontend/src/widgets/NotLinkedAccountMessage.tsx
Normal file
14
matrixgw_frontend/src/widgets/NotLinkedAccountMessage.tsx
Normal file
@@ -0,0 +1,14 @@
|
||||
export function NotLinkedAccountMessage(): React.ReactElement {
|
||||
return (
|
||||
<div
|
||||
style={{
|
||||
flex: 1,
|
||||
display: "flex",
|
||||
alignItems: "center",
|
||||
justifyContent: "center",
|
||||
}}
|
||||
>
|
||||
Your Matrix account is not linked yet!
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user