Comment all the things!
This commit is contained in:
@@ -4,6 +4,8 @@ const FormController = require('flitter-auth/controllers/Forms')
|
||||
* Handles views and processing for auth registration/login/logout/etc.
|
||||
* Most handlers are inherited from the default flitter-auth/controllers/Forms
|
||||
* controller, however you can override them here as you need.
|
||||
*
|
||||
* This file was auto-generated by the Flitter framework.
|
||||
*/
|
||||
class Forms extends FormController {
|
||||
|
||||
|
||||
@@ -8,6 +8,8 @@ const Controller = require('flitter-auth/controllers/KeyAction')
|
||||
* one-time links that call methods on controllers and (optionally)
|
||||
* can even automatically sign in a user for the request, then log
|
||||
* them out. e.g. a password reset link could use a key action.
|
||||
*
|
||||
* This file was auto-generated by the Flitter framework.
|
||||
*/
|
||||
class KeyAction extends Controller {
|
||||
|
||||
|
||||
@@ -5,6 +5,8 @@ const Oauth2Controller = require('flitter-auth/controllers/Oauth2')
|
||||
* built-in OAuth2 server, if it is enabled. Most handlers are inherited
|
||||
* from flitter-auth/controllers/Oauth2, but you can override them here
|
||||
* as you need.
|
||||
*
|
||||
* This file was auto-generated by the Flitter framework.
|
||||
*/
|
||||
class Oauth2 extends Oauth2Controller {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user