add resharper and hover effect for modules; change navigation bar
This commit is contained in:
@@ -5,10 +5,12 @@ using System.Security;
|
||||
using System.Text;
|
||||
|
||||
namespace Server_Dashboard {
|
||||
|
||||
/// <summary>
|
||||
/// Secure string helper class to unsecure the Password b4 it goes to the database
|
||||
/// </summary>
|
||||
public static class SecureStringHelpers {
|
||||
|
||||
//Unsecures a given password
|
||||
public static string Unsecure(this SecureString secureString) {
|
||||
//If empty return nothing
|
||||
@@ -26,4 +28,4 @@ namespace Server_Dashboard {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user