Added TODO in AuthUser.scala

This commit is contained in:
Simon Redfern 2017-04-28 08:04:50 +01:00
parent d932092f17
commit a611e38051

View File

@ -82,7 +82,9 @@ class AuthUser extends MegaProtoUser[AuthUser] with Logger {
private var passwordValue = ""
private var invalidPw = false
private var invalidMsg = ""
// TODO Remove double negative and abreviation.
// TODO invalidPw = false -> strongPassword = true etc.
override def setFromAny(f: Any): String = {
f match {
case a: Array[String] if (a.length == 2 && a(0) == a(1)) => {