mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-05-24 16:32:20 -04:00
Delete transitionEffect.js (#177)
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
function startTransitionEffect() {
|
||||
const overlay = document.getElementById('transitionOverlay');
|
||||
overlay.style.transform = 'scale(1)';
|
||||
|
||||
setTimeout(() => {
|
||||
window.location.href = '/user/register';
|
||||
}, 500);
|
||||
}
|
||||
Reference in New Issue
Block a user