jeremyevans / rodauth

Ruby's Most Advanced Authentication Framework
http://rodauth.jeremyevans.net
MIT License
1.69k stars 95 forks source link

Fix spelling of global_logout_label default in active_sessions feature #209

Closed sterlzbd closed 2 years ago

sterlzbd commented 2 years ago

Noticed this while adding active_sessions to a project. This seemed minor enough that we don't need to add a spec for it but I can if you think we should!

jeremyevans commented 2 years ago

Thanks for fixing this. I think we should have active_sessions_spec check the box using the label instead of the id as it does currently, as a way of testing this.

sterlzbd commented 2 years ago

Thanks!