fix profile cannot access while logining from GG account
This commit is contained in:
@@ -34,7 +34,7 @@ spring:
|
||||
indent-output: true
|
||||
datasource:
|
||||
type: com.zaxxer.hikari.HikariDataSource
|
||||
url: jdbc:oracle:thin:@localhost:1521/FREEPDB1
|
||||
url: jdbc:oracle:thin:@localhost:1521/sisvietnam
|
||||
username: sisvietnam
|
||||
password: "sisvietnam"
|
||||
hikari:
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta content="width=device-width, initial-scale=1" name="viewport">
|
||||
|
||||
<link th:href="@{/login-assets/css}" rel="stylesheet" type="text/css">
|
||||
<link th:href="@{/login-assets/style.css}" rel="stylesheet" type="text/css">
|
||||
<link th:href="@{/login-assets/bootstrap.min.css}" rel="stylesheet" type="text/css">
|
||||
<link th:href="@{/login-assets/login-dl.css}" rel="stylesheet" type="text/css">
|
||||
<link th:href="@{/login-assets/customer-style.css}" rel="stylesheet" type="text/css">
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta content="width=device-width, initial-scale=1" name="viewport">
|
||||
|
||||
<link th:href="@{/login-assets/css}" rel="stylesheet" type="text/css">
|
||||
<link th:href="@{/login-assets/style.css}" rel="stylesheet" type="text/css">
|
||||
<link th:href="@{/login-assets/bootstrap.min.css}" rel="stylesheet" type="text/css">
|
||||
<link th:href="@{/login-assets/login-dl.css}" rel="stylesheet" type="text/css">
|
||||
<link th:href="@{/login-assets/customer-style.css}" rel="stylesheet" type="text/css">
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<meta content="width=device-width, initial-scale=1" name="viewport">
|
||||
|
||||
<!-- BEGIN GLOBAL MANDATORY STYLES -->
|
||||
<link th:href="@{/login-assets/css}" rel="stylesheet" type="text/css">
|
||||
<link th:href="@{/login-assets/style.css}" rel="stylesheet" type="text/css">
|
||||
<link th:href="@{/login-assets/font-awesome.min.css}" rel="stylesheet" type="text/css">
|
||||
<link th:href="@{/login-assets/simple-line-icons.min.css}" rel="stylesheet" type="text/css">
|
||||
<link th:href="@{/login-assets/bootstrap.min.css}" rel="stylesheet" type="text/css">
|
||||
|
||||
Reference in New Issue
Block a user