refactor(ujs): france_connect controller to use turbo
This commit is contained in:
parent
921f38833d
commit
b0aa777315
9 changed files with 19 additions and 39 deletions
|
@ -11,9 +11,3 @@ export function showNewAccount() {
|
|||
show(document.querySelector('.new-account'));
|
||||
hide(document.querySelector('.new-account-password-confirmation'));
|
||||
}
|
||||
|
||||
export function showNewAccountPasswordConfirmation() {
|
||||
hide(document.querySelector('.fusion'));
|
||||
hide(document.querySelector('.new-account'));
|
||||
show(document.querySelector('.new-account-password-confirmation'));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue