Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix :as option in passwordless_for #174

Merged
merged 6 commits into from
Nov 7, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix changelog
  • Loading branch information
mikker committed Nov 7, 2023
commit 67de018a1043b9d80c1d11f931933fcb2232d362
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
# Changelog

## Unreleased

### Fixed

- Route generation with :as option (#174)

## 1.0.1

### Fixed

- Fix sessions/new label for attribute (#172)
- Adds `autocomplete: 'off'` to token field (#173)
- Adds sessions/show "Confirm" to locale definition (#173)
- Route generation with :as option (#174)

## 1.0.0 (🎉)

Expand Down