mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-28 09:59:59 -04:00
We added this code in https://github.com/alphagov/notifications-admin/pull/3371/files to account for Flask Login renaming its cookies. We wanted our apps to be compatible with the old and new names, so people didn’t get logged out when we rolled out the change. Now that all the cookies with the old names will have expired (some weekends have passed since March) we can remove this loop.