Преглед изворни кода

Merge pull request #1323 from porter-dev/staging

add username
sunguroku пре 4 година
родитељ
комит
472db282c6
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      dashboard/src/main/Main.tsx

+ 1 - 0
dashboard/src/main/Main.tsx

@@ -48,6 +48,7 @@ export default class Main extends Component<PropsType, StateType> {
           Cohere.identify(
           Cohere.identify(
             res?.data?.id, 
             res?.data?.id, 
             {
             {
+              username: res?.data?.email,
               email: res?.data?.email, 
               email: res?.data?.email, 
             }
             }
           );
           );