mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-17 18:05:42 +02:00
Don't show Regular Account status (#9530)
This commit is contained in:
@@ -106,6 +106,7 @@
|
||||
} else {
|
||||
if (_status.code === platform.status.RegularAccount) {
|
||||
readonlyAccount = false
|
||||
_status = OK
|
||||
}
|
||||
if (readonlyAccount) return
|
||||
if (_status.code === platform.status.ReadOnlyAccount) {
|
||||
|
||||
Reference in New Issue
Block a user