Send invitation codes to the server.
[?]
Feb 9, 2021, 5:06 PM
23JUD6QXKQC65RKPTXOREOSA4OIWORYWLX2ACJXGJGAXIONDFGRACDependencies
- [2]
U7YAT2ZKAdd error reporting to signup form. - [3]
QH4UB73NFormat with purty. - [4]
O2BZOX7MAdd signup form, captcha check. - [*]
5R2Z7FSXInitial rendering for signup controls.
Change contents
- edit in client/src/Aftok/Api/Account.purs at line 63
, invitation_codes :: Array String - replacement in client/src/Aftok/Api/Account.purs at line 66
signupRequest :: String -> String -> RecoverBy -> String -> SignupRequestsignupRequest username password recoverBy captchaToken = { username, password, recoverBy, captchaToken }signupRequest :: String -> String -> RecoverBy -> String -> Array String -> SignupRequestsignupRequest username password recoverBy captchaToken invcodes = { username, password, recoverBy, captchaToken, invitation_codes: invcodes } - edit in client/src/Aftok/Signup.purs at line 292
invcodes <- H.gets (_.invitationCodes) - edit in client/src/Aftok/Signup.purs at line 304
<*> pure invcodes