bitwarden / jslib

Common code referenced across Bitwarden JavaScript projects.
https://bitwarden.com
GNU General Public License v3.0
134 stars 138 forks source link

[EC-237] Fix lockGuard redirect #819

Closed eliykat closed 2 years ago

eliykat commented 2 years ago

Type of change

Objective

LockGuard wasn't redirecting properly because it had accidentally nested an array in an array for the redirectUrl.

will be picked to rc

Code changes

Remove array nesting

Before you submit

eliykat commented 2 years ago

@djsmith85 only took me like an hour of debugging to find 🙃