closes #11840
[arvados.git] / apps / workbench / app / models / authorized_key.rb
index d84adea44f1832360b03ac5edc09a5cc10371a08..b0c2fa2f02d892d4e86578ff778045a3d8a7adcd 100644 (file)
@@ -8,6 +8,6 @@ class AuthorizedKey < ArvadosBase
   end
 
   def self.creatable?
-    current_user
+    false
   end
 end