From 8469f4cc8e62e80a3165a1d4f13b62b5b4a04720 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Tue, 6 Aug 2019 11:25:11 +0100 Subject: Reimplement handling of BAD_AUTH inside browser_window We now handle authentication requests via an `about:` page which presents a nice form built into the browser window. In order to do this, we add internal navigation as a concept to the browser window and we strip the 401login support from all frontends except monkey. The 401login callback is now intended for password safe type support rather than an immediately interactive prompt. Signed-off-by: Daniel Silverstone --- frontends/amiga/gui.c | 1 - 1 file changed, 1 deletion(-) (limited to 'frontends/amiga') diff --git a/frontends/amiga/gui.c b/frontends/amiga/gui.c index 54273ee54..af9322e53 100644 --- a/frontends/amiga/gui.c +++ b/frontends/amiga/gui.c @@ -6087,7 +6087,6 @@ static struct gui_misc_table amiga_misc_table = { .quit = gui_quit, .launch_url = gui_launch_url, .cert_verify = ami_cert_verify, - .login = gui_401login_open, }; /** Normal entry point from OS */ -- cgit v1.2.3