We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31ccd54 commit 6e375ccCopy full SHA for 6e375cc
crates/data-model/src/compat/sso_login.rs
@@ -86,6 +86,7 @@ impl CompatSsoLoginState {
86
/// [`Fulfilled`].
87
///
88
/// [`Pending`]: CompatSsoLoginState::Pending
89
+ /// [`Fulfilled`]: CompatSsoLoginState::Fulfilled
90
#[must_use]
91
pub fn session_id(&self) -> Option<Ulid> {
92
match self {
0 commit comments