Skip to content

Commit

Permalink
Merge pull request #1088 from LibreSign/backport/1087/stable25
Browse files Browse the repository at this point in the history
[stable25] Fix position of element
  • Loading branch information
vitormattos authored Oct 24, 2022
2 parents 041b426 + c674ae7 commit 942ce04
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ Types of changes:
- *Security* in case of vulnerabilities.

<!-- changelog-linker -->
## 6.0.2 - 2022-10-23
* Fix css class of password change modal

## 6.0.1 - 2022-10-23

## 6.0.0 - 2022-10-23
### Changed
* Big refactor to upgrade frontend components
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
]]>
</description>
<version>6.0.0</version>
<version>6.0.2</version>
<licence>agpl</licence>
<author mail="contact@librecode.coop" homepage="https://librecode.coop">Libre Code</author>
<documentation>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "libresign",
"description": "A app for signing documents",
"version": "6.0.0",
"version": "6.0.1",
"license": "agpl",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/views/CreatePassword.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<NcContent app-name="libresign">
<NcContent app-name="libresign" class="with-sidebar--full">
<form @submit="e => e.preventDefault()">
<header>
<h1>{{ t('libresign', 'Password Creation') }}</h1>
Expand Down

0 comments on commit 942ce04

Please sign in to comment.