edit small screen layout
This commit is contained in:
@@ -222,6 +222,7 @@ export async function registration(
|
||||
message_body: { token: string },
|
||||
message_code: string
|
||||
};
|
||||
console.log(parsed);
|
||||
if (parsed.message_desc === 'Operation successful') {
|
||||
await createSession(parsed.message_body.token, email as string);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user