Removes useless param from Request::Register.new
parent
9ae887071e
commit
3c203a2e48
|
@ -188,7 +188,7 @@ class AuthD::Request
|
||||||
property login : String
|
property login : String
|
||||||
property password : String
|
property password : String
|
||||||
|
|
||||||
initialize :shared_key, :login, :password
|
initialize :login, :password
|
||||||
end
|
end
|
||||||
|
|
||||||
# This creates a Request::Type enumeration. One entry for each request type.
|
# This creates a Request::Type enumeration. One entry for each request type.
|
||||||
|
|
Loading…
Reference in New Issue