From f92fb62361c0d0e66da5b9054b4a8a233541e728 Mon Sep 17 00:00:00 2001 From: Dev-Christon <devchriston@gmail.com> Date: Wed, 26 Feb 2025 17:16:42 +0300 Subject: [PATCH] up popup properties --- assets/js/authchoice.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/js/authchoice.js b/assets/js/authchoice.js index 9876682bf..24a21476a 100755 --- a/assets/js/authchoice.js +++ b/assets/js/authchoice.js @@ -21,8 +21,8 @@ jQuery(function($) { location: 'no', directories: 'no', status: 'yes', - width: 450, - height: 380 + width: 750, + height: 580 } }, options); -- GitLab