mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-13 22:54:42 -04:00
Rename common.js to login.js
This commit is contained in:
parent
c2a8911b9c
commit
0fca629c34
5 changed files with 14 additions and 7 deletions
|
@ -1,9 +1,13 @@
|
|||
import store from 'store';
|
||||
import S from 'string';
|
||||
|
||||
import {
|
||||
checkIfAuth
|
||||
} from './lib/common/login';
|
||||
|
||||
import {
|
||||
checkIfAuth,
|
||||
urlpath
|
||||
} from './common';
|
||||
} from './lib/config';
|
||||
|
||||
window.migrateHistoryFromTempCallback = null;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue