Skip to content
Snippets Groups Projects
Commit f158636e authored by Valentine Zavgorodnev's avatar Valentine Zavgorodnev Committed by GitHub
Browse files

Update from master (#506)

* 0.0.161014 release (#484)

* Auto re-establish session by resending email verification link. #467 (#472)

* Validate all transfer amounts to at most 3 decimal places. (#466)

* Warning cleanup

* Validate all transfer amounts to at most 3 decimal places. close #461

* Add formatting to saving account balance. close #462 (#463)

* Fix $ Signs in Locale Strings

* Power up should not show memo. close #474 (#475)

* Fixes save login checkbox to remember last status. Simplify react form types. close #482 (#483)

* 478 fix create account's form issue and a couple of more minor fixes (#480)

* fix  issue when get_accounts API call fails

* reset an error before making api call

* one more fix

* better handle existing email edge case

* use 302 redirects not 301

* Replace Math.random with secure-random. #478

* Lock down confirm email lookup to email identity provider records. #478

* Start over link more consistent order by in Identites sql. #478

* Revert "Start over link more consistent order by in Identites sql. #478"

This reverts commit dea06a543f6ee288d05a9d976710712fad47028d.

* reset session.user in /enter_email

* start registration process if user get to create_account page and has no id in session yet

* Add a few DESC to Identity.ID order by.

* update comment

* misc copy updates
parent ae312d5d
No related branches found
No related tags found
No related merge requests found
......@@ -212,4 +212,4 @@ export default function useEnterAndConfirmMobilePages(app) {
function digits(text) {
const digitArray = text.match(/\d+/g)
return digitArray ? digitArray.join('') : ''
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment