We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11bd71a commit cf8561fCopy full SHA for cf8561f
common/js/auth-buttons.js
@@ -39,6 +39,8 @@
39
40
// Log the user in on the client and the server
41
async function login () {
42
+ alert(`login from this page is no more possible.\n\nYou must ask the pod owner to modify this page or remove it.`)
43
+ /* deprecated since inrupt/solid-auth-client
44
const session = await auth.popupLogin()
45
if (session) {
46
// Make authenticated request to the server to establish a session cookie
@@ -48,7 +50,7 @@
48
50
await auth.logout()
49
51
}
52
location.reload()
- }
53
+ } */
54
55
56
// Log the user out from the client and the server
0 commit comments