show signup reason in user admin screen
This commit is contained in:
Vendored
+4
@@ -13257,6 +13257,10 @@ export interface Locale extends ILocale {
|
||||
* ActivityPub user data in its raw form. These fields are public and accessible to other instances.
|
||||
*/
|
||||
"rawApDescription": string;
|
||||
/**
|
||||
* Signup Reason
|
||||
*/
|
||||
"signupReason": string;
|
||||
}
|
||||
declare const locales: {
|
||||
[lang: string]: Locale;
|
||||
|
||||
Reference in New Issue
Block a user