Show challenge when requested by server

This commit is contained in:
Fedor Indutny 2021-05-05 17:09:29 -07:00 committed by GitHub
parent 03c68da17d
commit 986d8a66bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
42 changed files with 1986 additions and 128 deletions

View file

@ -32,6 +32,7 @@ export type PropsType = {
isMe?: boolean;
name?: string;
color?: ColorType;
disabled?: boolean;
isVerified?: boolean;
profileName?: string;
title: string;
@ -339,6 +340,7 @@ export class MainHeader extends React.Component<PropsType, StateType> {
const {
avatarPath,
color,
disabled,
i18n,
name,
startComposing,
@ -437,6 +439,7 @@ export class MainHeader extends React.Component<PropsType, StateType> {
/>
)}
<input
disabled={disabled}
type="text"
ref={this.inputRef}
className={classNames(