Skip to content

Commit

Permalink
removed unused logout text
Browse files Browse the repository at this point in the history
  • Loading branch information
larryrider committed May 14, 2024
1 parent e3c10b5 commit a4a82d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion react/features/welcome/components/WelcomePage.web.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,6 @@ class WelcomePage extends AbstractWelcomePage<IProps> {
:
<Login _updateInxtToken={this._updateInxtToken} />
}
<div style={{ position: 'absolute', top: 10, right: 10 }}>LOGOUT</div>
</>
);
}
Expand Down

0 comments on commit a4a82d7

Please sign in to comment.