feat: Add support for terms and conditions when registering

This commit is contained in:
Ginger
2026-04-06 12:19:08 -04:00
committed by Ellis Git
parent 8b762cf2e6
commit eccc878ee9
4 changed files with 59 additions and 2 deletions
+1
View File
@@ -309,6 +309,7 @@ impl Service {
match auth {
| AuthData::Dummy(_) => Ok(AuthType::Dummy),
| AuthData::Terms(_) => Ok(AuthType::Terms),
| AuthData::EmailIdentity(EmailIdentity {
thirdparty_id_creds: ThirdpartyIdCredentials { client_secret, sid, .. },
..