mirror of
https://github.com/streetwriters/notesnook-sync-server.git
synced 2026-07-12 21:46:35 +02:00
open source Notesnook API
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
|
||||
|
||||
using AspNetCore.Identity.Mongo.Model;
|
||||
using Streetwriters.Data.Attributes;
|
||||
|
||||
namespace Streetwriters.Common.Models
|
||||
{
|
||||
[BsonCollection("identity", "users")]
|
||||
public class User : MongoUser
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user