merge with an existing account by using the password

This commit is contained in:
simon lehericey 2021-10-13 09:23:40 +02:00
parent 218e4633a9
commit 19f81b594b
8 changed files with 153 additions and 14 deletions

View file

@ -0,0 +1,5 @@
import { show, hide } from '@utils';
export function showFusion() {
show(document.querySelector('.fusion'));
}