Skip to content

Commit

Permalink
fix: returning to previous page instead of sign in page
Browse files Browse the repository at this point in the history
  • Loading branch information
3rdvision committed Jul 5, 2022
1 parent e83f061 commit b54f4c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

* Removed nightly build from `.travis.yml`
* Recover password with link to return to the previous page instead of the sign in page

## [0.24.7] - 2022-05-02

Expand Down
Expand Up @@ -22,7 +22,7 @@
</div>
<div class="new">
<span>or</span>
<a href="{{ url_for('admin.login') }}">return to sign in</a>
<a href="javascript:history.back()">return to previous page</a>
</div>
</form>
</div>
Expand Down

0 comments on commit b54f4c7

Please sign in to comment.