Skip to content

Commit

Permalink
Merge pull request #125 from camicroscope/develop
Browse files Browse the repository at this point in the history
For 3.7.4
  • Loading branch information
birm authored May 15, 2020
2 parents f1ea39d + c8cf464 commit 76a52e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions caMicroscope.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ services:
- mongo
back:
build:
context: "https://github.com/camicroscope/caracal.git#v3.7.3"
context: "https://github.com/camicroscope/caracal.git#v3.7.4"
args:
viewer: "v3.7.3"
viewer: "v3.7.4"
depends_on:
- "mongo"
ports:
Expand Down
2 changes: 1 addition & 1 deletion config/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h3>Please Sign In With Your Google Account</h3>
window.location = "./apps/landing/landing.html";
} else {
window.alert("User not added");
window.location = "./apps/signup/signup";
window.location = "./apps/signup/signup.html";
}
});
}
Expand Down

0 comments on commit 76a52e2

Please sign in to comment.