Add Login Module
This commit is contained in:
@@ -28,7 +28,6 @@ public sealed class DefaultTenantResolver : ITenantResolver
|
||||
var cid = http.TraceIdentifier;
|
||||
var path = http.Request.Path.Value ?? string.Empty;
|
||||
|
||||
// ✅ ทางลัด: ขอ platform ตรง ๆ ด้วย hint
|
||||
if (hint is string hs && string.Equals(hs, "@platform", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
if (_map.TryGetBySlug(PlatformSlug, out var platform))
|
||||
|
||||
Reference in New Issue
Block a user