Brent Vardy
|
ea16d1652a
|
used no header for login and password reset pages
- added locale switch back on login
- added locale switch to password reset
- increased width of login and password reset
- added logo to password reset
- co-authored-by: mattwr18 <mattwr18@gmail.com>
- co-authored-by: mikeaono <aonomike@gmail.com>
|
2019-09-11 16:40:39 +02:00 |
|
Robert Schäfer
|
5d57f7b376
|
No global import - Thank you @JorgenVatle! ❤️
In version `v4.2.0` of `vue-sweetalert-icons` the local import is back, see:
https://github.com/JorgenVatle/vue-sweetalert-icons/issues/3#issuecomment-519497796
|
2019-08-09 13:21:54 +02:00 |
|
Robert Schäfer
|
27163b8d79
|
Install vue-sweetalert-icon globally
Updating the package to `v4.0.0` still gives me this warning:
```
WARN Compiled with 1 warnings
WARN in ./components/PasswordReset/ChangePassword.vue?vue&type=script&lang=js&
"export 'SweetalertIcon' was not found in 'vue-sweetalert-icons'
```
According to this thread https://github.com/JorgenVatle/vue-sweetalert-icons/issues/3
I copy+pasted the example configuration:
https://github.com/JorgenVatle/vue-sweetalert-icons-preview/blob/master/nuxt.config.js
https://github.com/JorgenVatle/vue-sweetalert-icons-preview/blob/master/plugins/vue-sweetalert-icons.js
And now the compile warnings are gone. I'm going to ask the maintainer if the
local import is not possible with `v4.0.0` anymore.
|
2019-08-06 11:03:12 +02:00 |
|
Robert Schäfer
|
ff46740e90
|
Follow @mattwr18 suggetions don't enter mail twice
|
2019-06-20 15:13:22 +02:00 |
|
Robert Schäfer
|
c85c94aa40
|
Splitting components, better route navigation
This also allows us to generate a password reset link to quickly reset
your password without entering the code and email manually.
|
2019-06-19 14:23:22 +02:00 |
|