Push /login to spec versions 1.7 and 1.8
parent
115381fd50
commit
349ee739e2
|
@ -64,6 +64,8 @@ loginWithUsernameAndPassword context input =
|
|||
|> VC.sameForVersion "v1.4"
|
||||
|> VC.sameForVersion "v1.5"
|
||||
|> VC.sameForVersion "v1.6"
|
||||
|> VC.sameForVersion "v1.7"
|
||||
|> VC.sameForVersion "v1.8"
|
||||
|> VC.mostRecentFromVersionList (Context.getVersions context)
|
||||
|> Maybe.withDefault (always <| always <| Task.fail X.UnsupportedSpecVersion)
|
||||
|> (|>) input
|
||||
|
|
Loading…
Reference in New Issue