diff --git a/Oqtane.Client/Modules/Admin/UserProfile/Index.razor b/Oqtane.Client/Modules/Admin/UserProfile/Index.razor
index 9823ad6a..0c40987a 100644
--- a/Oqtane.Client/Modules/Admin/UserProfile/Index.razor
+++ b/Oqtane.Client/Modules/Admin/UserProfile/Index.razor
@@ -32,7 +32,7 @@ else
-
+
|
@@ -40,7 +40,7 @@ else
-
+
|
diff --git a/Oqtane.Server/appsettings.json b/Oqtane.Server/appsettings.json
index cad2785c..e56b6a0f 100644
--- a/Oqtane.Server/appsettings.json
+++ b/Oqtane.Server/appsettings.json
@@ -1,8 +1,8 @@
{
"ConnectionStrings": {
- "DefaultConnection": ""
+ "DefaultConnection": "Data Source=(LocalDb)\\MSSQLLocalDB;AttachDbFilename=|DataDirectory|\\Oqtane-202006190523.mdf;Initial Catalog=Oqtane-202006190523;Integrated Security=SSPI;"
},
- "Runtime" : "Server",
+ "Runtime": "Server",
"Installation": {
"DefaultAlias": "",
"HostPassword": "",
@@ -12,4 +12,4 @@
"DefaultLayout": "",
"DefaultContainer": ""
}
-}
+}
\ No newline at end of file