Set ServiceAccount#logged? to true.

Semantically it should be true. ServiceAccount can be logged in the API context at least.
This commit is contained in:
Pavel Balashou
2025-08-15 15:09:31 +02:00
parent 6b6bdbf48e
commit fb53d984ac
+1 -1
View File
@@ -43,7 +43,7 @@ class ServiceAccount < User
def available_custom_fields = []
def logged? = false
def logged? = true
def builtin? = true