diff --git a/ModelsLib/Email.fs b/ModelsLib/Email.fs index cb50bfa..3f7ac1b 100644 --- a/ModelsLib/Email.fs +++ b/ModelsLib/Email.fs @@ -13,4 +13,3 @@ type Email() = and set(value: string) = _fromEmail <- value member this.Password with get() = _password - and set(value: string) = _password <- value \ No newline at end of file