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

V1.3.0 #15

Closed
wants to merge 2 commits into from
Closed

V1.3.0 #15

wants to merge 2 commits into from

Conversation

mkalioby
Copy link
Owner

No description provided.

Copy link

@ThomasWaldmann ThomasWaldmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi there! Just stumbled in here after searching for passkey options for django apps.

CHANGELOG.md Outdated
## v1.3.0

* Fix: Change the hardcoded username field, thanks @ashokdelphia
* Fix: Change Grammer for empty keys cases, thanks @ashokdelphia

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Grammar

@@ -80,7 +80,7 @@
function deleteKey(id,name)
{
$("#modal-title").html("Confirm Delete")
$("#modal-body").html("Are you sure you want to delete '"+name+"'? you may lose access to your system if this your only 2FA.");
$("#modal-body").text("Are you sure you want to delete '"+name+"'? you may lose access to your system if this your only 2FA.");

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That sounds strange (not fully sure about context though, I am new to this code).

Shouldn't that be something like "Are you sure you want to delete '"+name+"'? You may lose access to your account if this your only login method."?

  • capitalised "You"
  • system -> account ("your system" usually is not the same as "this server" / "your account on this server")
  • you only lose access if you can't log in otherwise, not only by 2FA

@mkalioby mkalioby closed this Nov 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants