refactor: move client page view file to client folder and reorganize file structure
This commit is contained in:
@ -9,8 +9,8 @@ import (
|
||||
"github.com/fossyy/filekeeper/types"
|
||||
"github.com/fossyy/filekeeper/types/models"
|
||||
"github.com/fossyy/filekeeper/utils"
|
||||
authView "github.com/fossyy/filekeeper/view/auth"
|
||||
signupView "github.com/fossyy/filekeeper/view/signup"
|
||||
"github.com/fossyy/filekeeper/view/client/auth"
|
||||
signupView "github.com/fossyy/filekeeper/view/client/signup"
|
||||
"github.com/google/uuid"
|
||||
"net/http"
|
||||
"sync"
|
||||
|
@ -5,7 +5,7 @@ import (
|
||||
"github.com/fossyy/filekeeper/session"
|
||||
"github.com/fossyy/filekeeper/types"
|
||||
"github.com/fossyy/filekeeper/utils"
|
||||
totpView "github.com/fossyy/filekeeper/view/totp"
|
||||
"github.com/fossyy/filekeeper/view/client/totp"
|
||||
"github.com/xlzd/gotp"
|
||||
"net/http"
|
||||
"strings"
|
||||
|
Reference in New Issue
Block a user