Skip to content

Commit 6d9f16f

Browse files
fisxCopilot
andauthored
Better effect action name.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 3b9fd8b commit 6d9f16f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/wire-subsystems/src/Wire/AuthenticationSubsystem.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ data AuthenticationSubsystem m a where
7878
SameLabelPolicy ->
7979
AuthenticationSubsystem m (Either RetryAfter (Cookie (ZAuth.Token t)))
8080
RevokeCookies :: UserId -> [CookieId] -> [CookieLabel] -> AuthenticationSubsystem m ()
81-
RevokeAllExpiredCookies :: UserId -> AuthenticationSubsystem m ()
81+
RevokeAllStaleCookies :: UserId -> AuthenticationSubsystem m ()
8282
-- Verification Codes
8383
EnforceVerificationCodeEither :: Local UserId -> Maybe Code.Value -> VerificationAction -> AuthenticationSubsystem m (Either VerificationCodeError ())
8484
-- For testing

0 commit comments

Comments
 (0)