From 20d79e427afa460b13ef7d986d5d351548a5c91e Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Wed, 25 Oct 2023 17:30:58 +0000 Subject: [PATCH] fix: removed a bad attribute --- src/methods/account_new.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/methods/account_new.rs b/src/methods/account_new.rs index 1fbd549..73d05f3 100644 --- a/src/methods/account_new.rs +++ b/src/methods/account_new.rs @@ -404,8 +404,6 @@ pub mod account { ("skMail", HashSet::from([sk_mail.as_str()])), ("skID", HashSet::from([user.id_student.as_str()])), ("skCreated", HashSet::from([sk_created.as_str()])), - // 1 = secure, automatic since its a new account - ("skSecure", HashSet::from(["1"])), // quotas ("quotaEmail", HashSet::from(["10737418240"])), ("quotaDisk", HashSet::from(["10737418240"])),