eecs448-project-4/app/controllers/auth/Forms.controller.js

15 lines
422 B
JavaScript

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 {
}
module.exports = exports = Forms