merge with an existing account by using the password
This commit is contained in:
parent
218e4633a9
commit
19f81b594b
8 changed files with 153 additions and 14 deletions
5
app/javascript/new_design/fc-fusion.js
Normal file
5
app/javascript/new_design/fc-fusion.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
import { show, hide } from '@utils';
|
||||
|
||||
export function showFusion() {
|
||||
show(document.querySelector('.fusion'));
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue