···205205 Incoming SignIn (Ok result) ->
206206 -- Handle SignIn consequence
207207 case decodeValue string result of
208208+ Ok "GoBack" ->
209209+ (!)
210210+ model
211211+ [ afterwards ]
212212+208213 Ok "None" ->
209214 (!)
210215 { model | signedIn = True }
+1-1
src/Js/authentication.js
···300300 );
301301302302 if (!userAddress || userAddress.length === 0) {
303303- return reject("You need to fill in a user address in order to use this service.");
303303+ return resolve("GoBack");
304304 }
305305306306 setInstance();