Subversion-Projekte lars-tiefland.webanos.faltradxxs.de

Revision

Revision 24 | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 24 Revision 31
Zeile 14... Zeile 14...
14
        /**
14
        /**
15
         * Display the login view.
15
         * Display the login view.
16
         */
16
         */
17
        public function create(): View
17
        public function create(): View
18
        {
18
        {
19
            return view( 'admin.login' );
19
            return view( 'login' );
20
        }
20
        }
Zeile 21... Zeile 21...
21
 
21
 
22
        /**
22
        /**
23
         * Handle an incoming authentication request.
23
         * Handle an incoming authentication request.