Browse Source

fix eslint error

master
paweldomas 6 years ago
parent
commit
4d1c0cf219
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      react/features/settings/functions.js

+ 1
- 1
react/features/settings/functions.js View File

122
 
122
 
123
     return {
123
     return {
124
         authEnabled: Boolean(conference && authEnabled),
124
         authEnabled: Boolean(conference && authEnabled),
125
-        authLogin: authLogin,
125
+        authLogin,
126
         displayName: localParticipant.name,
126
         displayName: localParticipant.name,
127
         email: localParticipant.email
127
         email: localParticipant.email
128
     };
128
     };

Loading…
Cancel
Save