Skip to content

Commit

Permalink
2024 08 27 correcoes (#42)
Browse files Browse the repository at this point in the history
* fix: corrigido erro que impedia de aparecer o modal do tempo de sessão

* refactor: baixado para 8 horas o tempo padrão da sessão

* feat: Adicionado informações importantes sobre o projeto no composer.json
  • Loading branch information
arthusantiago authored Aug 28, 2024
1 parent f74864c commit ebaa1a1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
14 changes: 11 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
{
"name": "cakephp/app",
"description": "CakePHP skeleton app",
"homepage": "https://cakephp.org",
"name": "arthusantiago/keyanywhere",
"description": "KeyAnyWhere or KAW, is a simple user and password manager",
"homepage": "https://keyanywhere.com.br/",
"type": "project",
"license": "MIT",
"authors": [
{
"name": "Arthu Santiago",
"email": "contato@avds.eti.br",
"homepage": "https://avds.eti.br",
"role": "Developer"
}
],
"require": {
"php": ">=7.2",
"bacon/bacon-qr-code": "^3.0",
Expand Down
2 changes: 1 addition & 1 deletion config/app.example.php
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@
'engine' => 'DatabaseSession',
'model' => 'Sessions'
],
'timeout' => 1440,
'timeout' => 480,
'cookie' => '__Secure-KAW',
'ini' => [
'session.cookie_secure' => true,
Expand Down
1 change: 1 addition & 0 deletions templates/element/buscaModal.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<ul class="ul-busca" id="ul-busca-responsivo"></ul>
</div>
<br>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-sm btn-secondary botoes" data-bs-dismiss="modal">Fechar</button>
</div>
Expand Down

0 comments on commit ebaa1a1

Please sign in to comment.