Browse Source

attach username

sunguroku 4 years ago
parent
commit
ac26d4ef1e
1 changed files with 1 additions and 0 deletions
  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(
             res?.data?.id, 
             {
+              username: res?.data?.email,
               email: res?.data?.email, 
             }
           );