質問編集履歴
1
credentialの削除
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:
|
50
|
+
UserPoolId: USER_POOL_ID,
|
51
|
-
ClientId :
|
51
|
+
ClientId : CLIENT_ID
|
52
52
|
});
|
53
53
|
|
54
54
|
const cognitoUser = userPool.getCurrentUser()
|