Skip to content

Commit

Permalink
More light cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
estellecomment committed Apr 9, 2024
1 parent 6c5d6cb commit c5bc61c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/tchap/components/views/dialogs/ExpiredAccountDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,9 @@ enum ProcessState {
ACCOUNT_RENEWED,
}
/**
* Expired Account is displayed when the user account is expired. It can not be cancel until the account is renewed.
* ExpiredAccountDialog is displayed when the user account is expired. It can not be canceled until the account is renewed.
* This panel is exclusively opened by the listener ExpiredAccountHandler
* This component is required when activating the plugin synapse-email-account-validity on the server side: https://github.com/matrix-org/synapse-email-account-validity
*/
export default class ExpiredAccountDialog extends React.Component<IProps, IState> {
constructor(props: IProps) {
Expand Down

0 comments on commit c5bc61c

Please sign in to comment.