UI: add auth flow and related errors

This commit is contained in:
41666 2019-03-19 20:26:47 -05:00
parent ff67bc3f1b
commit bbb34f1771
6 changed files with 226 additions and 74 deletions

3
ui/pages/auth/expired.js Normal file
View file

@ -0,0 +1,3 @@
import ErrorPage from '../_error'
export default (props) => <ErrorPage {...props} statusCode={1001} />