7848-recoveryPassword #617
No reviewers
Labels
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#617
Loading…
Reference in New Issue
No description provided.
Delete Branch "7848-recoveryPassword"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -0,0 +1,57 @@
/// <reference types="cypress" />
Ya que estaba he añadido e2e para el doble factor
@ -0,0 +22,4 @@
});
it('should change password to user', () => {
// Get token from mail
Lo he intentado hacer asi pero no me ha dejado (sin encodeURIComponent tambien):
@ -47,3 +47,3 @@
Router.beforeEach(async (to, from, next) => {
const { isLoggedIn } = session;
const outLayout = ['Login', 'TwoFactor', 'VerifyEmail'];
const outLayout = Router.options.routes[0].children.map((r) => r.name);
Por no ponerlas siempre a mano
@ -0,0 +1,32 @@
<script setup>
He visto que estaba repitiendo el patron, y lo he hecho componente
Porque out form? Si lo dices porque son datos que se van a enviar ... Igual mejor algo tipo submitForm no?
Out por OutLayout, fuera de la applicacion
@ -0,0 +13,4 @@
{{ title }}
</h5>
</div>
<slot name="default"></slot>
body? el default slot no necesita un name.
lo he probado sin y no me iba
@ -0,0 +47,4 @@
tempDiv.innerHTML = response.body[0].body;
const codeElement = tempDiv.querySelector('.code');
const code = codeElement ? codeElement.textContent.trim() : null;
cy.log('response: ', code);
quitar