Better ConsentForbiddenPageType docstring

This commit is contained in:
Eric Eastwood
2026-05-15 17:53:08 -05:00
parent a130600958
commit 729df41df0
+2 -1
View File
@@ -1744,7 +1744,8 @@ mod tests {
token
}
/// The kind of policy violation shown on the SSO consent page.
/// The kind of page shown when encountering a 403 forbidden at the constent stage
/// of the `m.login.sso` flow.
#[derive(Debug, PartialEq)]
pub enum ConsentForbiddenPageType {
DeviceLimitReached,