took out set property in password field
This commit is contained in:
parent
14dfb31317
commit
9ab48ba20a
@ -13,4 +13,3 @@ type Email() =
|
||||
and set(value: string) = _fromEmail <- value
|
||||
member this.Password
|
||||
with get() = _password
|
||||
and set(value: string) = _password <- value
|
Loading…
Reference in New Issue
Block a user