mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-06 06:37:53 -05:00
When opening plex Oauth window, open an empty page then redirect to plex oauth (#127)
* feat(frontend): custom toast * refactor(frontend): move toast width styling to globals * feat(frontend): add loading spinner for browser popup
This commit is contained in:
9
src/pages/login/index.tsx
Normal file
9
src/pages/login/index.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import React from 'react';
|
||||
import type { NextPage } from 'next';
|
||||
import Login from '../../components/Login';
|
||||
|
||||
const LoginPage: NextPage = () => {
|
||||
return <Login />;
|
||||
};
|
||||
|
||||
export default LoginPage;
|
||||
Reference in New Issue
Block a user