#13 Made login page that actually send request to backend. CORS stuff.
This commit is contained in:
@@ -8,8 +8,6 @@ from config import Config
|
||||
db = SQLAlchemy()
|
||||
migrate = Migrate()
|
||||
login = LoginManager()
|
||||
login.login_view = "login"
|
||||
login.login_message = "Please log in to access this page."
|
||||
|
||||
|
||||
def create_app(config_class=Config):
|
||||
|
||||
Reference in New Issue
Block a user