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