took out set property in password field

This commit is contained in:
Wyatt J. Miller 2022-07-02 14:33:49 -04:00
parent 14dfb31317
commit 9ab48ba20a

View File

@ -13,4 +13,3 @@ type Email() =
and set(value: string) = _fromEmail <- value
member this.Password
with get() = _password
and set(value: string) = _password <- value