@enso-ui/auth 2.0.10 → 2.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enso-ui/auth",
3
- "version": "2.0.10",
3
+ "version": "2.0.11",
4
4
  "description": "UI auth package",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1,5 +1,6 @@
1
1
  <template>
2
- <div class="login">
2
+ <div class="login"
3
+ :class="$attrs.class">
3
4
  <div class="box p-3">
4
5
  <div class="logo mb-3 is-flex">
5
6
  <figure class="image is-48x48 is-clickable is-flex"
@@ -29,6 +30,8 @@ export default {
29
30
 
30
31
  inject: ['routerErrorHandler'],
31
32
 
33
+ inheritAttrs: false,
34
+
32
35
  data: () => ({
33
36
  errors: new Errors(),
34
37
  state: {