Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jun 26, 2024. It is now read-only.

Commit 42e1a69

Browse files
committed
Env variable typo
1 parent 12c96be commit 42e1a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎www/src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ function App() {
162162
<ToDo updateAlert={updateAlert} toDos={toDos} addToDo={addToDo} deleteToDo={deleteToDo} completeToDo={completeToDo} />
163163
) : (
164164
<Button
165-
href={`https://${config.coginto_hosted_domain}/login?response_type=token&client_id=${config.aws_user_pools_web_client_id}&redirect_uri=${config.redirect_url}`}
165+
href={`https://${config.cognito_hosted_domain}/login?response_type=token&client_id=${config.aws_user_pools_web_client_id}&redirect_uri=${config.redirect_url}`}
166166
color="primary"
167167
className="mt-5 float-center"
168168
>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /