From e158b58ffab721d9201f112d288efe54536e3bc5 Mon Sep 17 00:00:00 2001 From: Resulte Lee Date: Wed, 7 Sep 2022 17:02:28 +0800 Subject: [PATCH] fix: add hidden signal to support chrome extension to auto-signin (#1109) * feat: add hiden applicationName(support chrome extension to auto recognize applicationName) * feat: add hiden applicationName for all page * fix typo * delete unuseful code * remove hidden applicationName from login page * prevent crash if signupApplication is null * Update App.js Co-authored-by: Gucheng <85475922+nomeguy@users.noreply.github.com> --- web/src/App.js | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/App.js b/web/src/App.js index 6d6da88c..089f2c1c 100644 --- a/web/src/App.js +++ b/web/src/App.js @@ -746,6 +746,7 @@ class App extends Component { const organization = this.state.account.organization; return ( +
{organization.displayName}