File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1- ![ rePublicLogoHori] ( https://user-images.githubusercontent.com/31509082/128656786-abac9d2a-d511-4929-a5af-0cab060dd9c4.png )
1+ ![ rePublicLogoHori] ( https://user-images.githubusercontent.com/31509082/128804329-25d8aaa7-b530-45cc-b7a9-8655669340bb.png )
2+
23
34## You can join us here:
45
Original file line number Diff line number Diff line change @@ -121,7 +121,6 @@ function DesktopRoot({ store }) {
121121 load (
122122 features . mcAuthentication ,
123123 dispatch ( ( ) => {
124- console . log ( currentAccount ) ;
125124 switch ( currentAccount . accountType ) {
126125 case ACCOUNT_MICROSOFT :
127126 loginWithOAuthAccessToken ( ) ;
Original file line number Diff line number Diff line change @@ -269,7 +269,6 @@ export function switchToFirstValidAccount(id) {
269269 dispatch ( updateCurrentAccountId ( accounts [ i ] . selectedProfile . id ) ) ;
270270 // eslint-disable-next-line no-await-in-loop
271271 await dispatch ( ( ) => {
272- console . log ( accounts [ i ] ) ;
273272 switch ( accounts [ i ] . accountType ) {
274273 case ACCOUNT_MICROSOFT :
275274 loginWithOAuthAccessToken ( ) ;
You can’t perform that action at this time.
0 commit comments