tocco-login 1.1.62 → 1.1.65

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -30,6 +30,7 @@ React-registry name: `login`
30
30
  | `passwordRequest` | | Boolean to open login app in reset mode.
31
31
  | `username` | | Open login app with pre-filled username.
32
32
  | `backendUrl` | | Set backend url dynamic to point to nice2 installation. If not set it fallbacks to the build time environment __BACKEND_URL__.
33
+ | `redirectUrl` | | A URL that the user gets redirected to after they're logged in. If empty, the `loginSuccess` event will probably need to be used.
33
34
 
34
35
  ### Methods
35
36
 
package/changelog.md CHANGED
@@ -1,3 +1,12 @@
1
+ 1.1.65
2
+ - adjust sizing of datepicker on mobile screens
3
+
4
+ 1.1.64
5
+ - add redirect that happens after successful login, destination defined by widget config
6
+
7
+ 1.1.63
8
+ - generate reports without dialog in widgets
9
+
1
10
  1.1.62
2
11
  - collapse buttons when wrapper is too small
3
12
  - use responsiveness buttons on action bar