How to fix this issue unable to login

Hi team ,
i am facing below issue can anyone help me on that

Traceback (most recent call last):
13:21:24 web.1 | File “env/lib/python3.8/site-packages/cryptography/fernet.py”, line 119, in _verify_signature
13:21:24 web.1 | h.verify(data[-32:])
13:21:24 web.1 | File “env/lib/python3.8/site-packages/cryptography/hazmat/primitives/hmac.py”, line 74, in verify
13:21:24 web.1 | ctx.verify(signature)
13:21:24 web.1 | File “env/lib/python3.8/site-packages/cryptography/hazmat/backends/openssl/hmac.py”, line 75, in verify
13:21:24 web.1 | raise InvalidSignature(“Signature did not match digest.”)
13:21:24 web.1 | cryptography.exceptions.InvalidSignature: Signature did not match digest.
13:21:24 web.1 |
13:21:24 web.1 | During handling of the above exception, another exception occurred:
13:21:24 web.1 |
13:21:24 web.1 | Traceback (most recent call last):
13:21:24 web.1 | File “apps/frappe/frappe/utils/password.py”, line 212, in decrypt
13:21:24 web.1 | plain_text = cstr(cipher_suite.decrypt(encode(pwd)))
13:21:24 web.1 | File “env/lib/python3.8/site-packages/cryptography/fernet.py”, line 80, in decrypt
13:21:24 web.1 | return self._decrypt_data(data, timestamp, time_info)
13:21:24 web.1 | File “env/lib/python3.8/site-packages/cryptography/fernet.py”, line 137, in _decrypt_data
13:21:24 web.1 | self._verify_signature(data)
13:21:24 web.1 | File “env/lib/python3.8/site-packages/cryptography/fernet.py”, line 121, in verify_signature
13:21:24 web.1 | raise InvalidToken
13:21:24 web.1 | cryptography.fernet.InvalidToken
13:21:24 web.1 |
13:21:24 web.1 | During handling of the above exception, another exception occurred:
13:21:24 web.1 |
13:21:24 web.1 | Traceback (most recent call last):
13:21:24 web.1 | File “apps/frappe/frappe/website/context.py”, line 56, in update_controller_context
13:21:24 web.1 | ret = module.get_context(context)
13:21:24 web.1 | File “apps/frappe/frappe/www/login.py”, line 46, in get_context
13:21:24 web.1 | client_secret = get_decrypted_password(“Social Login Key”, provider, “client_secret”)
13:21:24 web.1 | File “apps/frappe/frappe/utils/password.py”, line 59, in get_decrypted_password
13:21:24 web.1 | return decrypt(result[0][0])
13:21:24 web.1 | File “apps/frappe/frappe/utils/password.py”, line 216, in decrypt
13:21:24 web.1 | frappe.throw(
(‘Encryption key is invalid, Please check site_config.json’))
13:21:24 web.1 | File “apps/frappe/frappe/init.py”, line 445, in throw
13:21:24 web.1 | msgprint(msg, raise_exception=exc, title=title, indicator=‘red’, is_minimizable=is_minimizable, wide=wide, as_list=as_list)
13:21:24 web.1 | File “apps/frappe/frappe/init.py”, line 424, in msgprint
13:21:24 web.1 | _raise_exception()
13:21:24 web.1 | File “apps/frappe/frappe/init.py”, line 378, in _raise_exception
13:21:24 web.1 | raise raise_exception(msg)
13:21:24 web.1 | frappe.exceptions.ValidationError: Encryption key is invalid, Please check site_config.json
13:21:24 web.1 |
13:21:25 web.1 | 127.0.0.1 - - [17/Mar/2022 13:21:25] “GET /login HTTP/1.1” 200 -
13:21:25 web.1 | 127.0.0.1 - - [17/Mar/2022 13:21:25] “GET /website_script.js?ver=1645005903.0 HTTP/1.1” 200 -

after click on login it show this error i am unable to login my local .

in login console shows like this

bootstrap-4.js:48 Uncaught TypeError: Cannot read properties of undefined (reading ‘Dialog’)
at bootstrap-4.js:48:51
at bootstrap-4.js:65:3
(anonymous) @ bootstrap-4.js:48
(anonymous) @ bootstrap-4.js:65
shopping_cart.js:5 Uncaught TypeError: frappe.provide is not a function
at shopping_cart.js:5:8
at wishlist.js:204:3
(anonymous) @ shopping_cart.js:5
(anonymous) @ wishlist.js:204

please help