teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

credentialの削除

2019/05/23 17:11

投稿

FumiakiNakao
FumiakiNakao

スコア180

title CHANGED
File without changes
body CHANGED
@@ -47,8 +47,8 @@
47
47
  async getCognitoSession({ dispatch })
48
48
  {
49
49
  const userPool = new CognitoUserPool({
50
- UserPoolId: 'ap-northeast-1_i4n2ZAFTI',
50
+ UserPoolId: USER_POOL_ID,
51
- ClientId : '1jjjavjsmqtretgbsjidvbm94d'
51
+ ClientId : CLIENT_ID
52
52
  });
53
53
 
54
54
  const cognitoUser = userPool.getCurrentUser()