Skip to content

Commit 942ce04

Browse files
authored
Merge pull request #1088 from LibreSign/backport/1087/stable25
[stable25] Fix position of element
2 parents 041b426 + c674ae7 commit 942ce04

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ Types of changes:
1313
- *Security* in case of vulnerabilities.
1414

1515
<!-- changelog-linker -->
16+
## 6.0.2 - 2022-10-23
17+
* Fix css class of password change modal
18+
19+
## 6.0.1 - 2022-10-23
20+
1621
## 6.0.0 - 2022-10-23
1722
### Changed
1823
* Big refactor to upgrade frontend components

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
1010
]]>
1111
</description>
12-
<version>6.0.0</version>
12+
<version>6.0.2</version>
1313
<licence>agpl</licence>
1414
<author mail="contact@librecode.coop" homepage="https://librecode.coop">Libre Code</author>
1515
<documentation>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "libresign",
33
"description": "A app for signing documents",
4-
"version": "6.0.0",
4+
"version": "6.0.1",
55
"license": "agpl",
66
"private": true,
77
"scripts": {

src/views/CreatePassword.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<NcContent app-name="libresign">
2+
<NcContent app-name="libresign" class="with-sidebar--full">
33
<form @submit="e => e.preventDefault()">
44
<header>
55
<h1>{{ t('libresign', 'Password Creation') }}</h1>

0 commit comments

Comments
 (0)