Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(desktop-notifications): session gets properly compared again
This bug was introduced by commit 6f1ec2d as it started treating the cookies array as a nested array, which it is not. It thus compared the first character of the submitted session identifier against the full identifier in the database.
- Loading branch information