From 46b699be265b02c3f731f3e0137a8e5f10dfdf62 Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Thu, 3 Apr 2025 09:01:03 +0200 Subject: [PATCH] fix: Update outdated error doc --- Sources/Auth/AuthClient.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Auth/AuthClient.swift b/Sources/Auth/AuthClient.swift index f92cef90..49ca2118 100644 --- a/Sources/Auth/AuthClient.swift +++ b/Sources/Auth/AuthClient.swift @@ -56,7 +56,7 @@ public actor AuthClient { /// Returns the session, refreshing it if necessary. /// - /// If no session can be found, a ``AuthError/sessionNotFound`` error is thrown. + /// If no session can be found, a ``AuthError/sessionMissing`` error is thrown. public var session: Session { get async throws { try await sessionManager.session()