mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 16:24:45 -07:00
Added token generation, user activation command and response.
This commit is contained in:
parent
42796b0d0e
commit
ff1aed717e
19 changed files with 223 additions and 19 deletions
7
common/pb/response_activate.proto
Normal file
7
common/pb/response_activate.proto
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import "response.proto";
|
||||
|
||||
message Response_Activate {
|
||||
extend Response {
|
||||
optional Response_Activate ext = 1010;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue