Skip to content

Commit d5a64e7

Browse files
Fix lint errors in vuejs sdk
1 parent 2c1004f commit d5a64e7

16 files changed

Lines changed: 21 additions & 19 deletions

File tree

packages/vue/src/components/presentation/user-dropdown/UserDropdown.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ const UserDropdown: ReturnType<typeof defineComponent> = defineComponent({
5454
onProfileModalClose: (): void => {
5555
isProfileModalOpen.value = false;
5656
},
57-
onSignOut: (): void => { signOut(); },
57+
onSignOut: (): void => {
58+
signOut();
59+
},
5860
profileContent: isProfileModalOpen.value
5961
? h(UserProfileComponent, {
6062
cardLayout: false,

packages/vue/src/components/primitives/Alert/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) {{year}}, WSO2 LLC. (https://www.wso2.com).
2+
* Copyright (c) 2026, WSO2 LLC. (https://www.wso2.com).
33
*
44
* WSO2 LLC. licenses this file to you under the Apache License,
55
* Version 2.0 (the "License"); you may not use this file except

packages/vue/src/components/primitives/Button/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) {{year}}, WSO2 LLC. (https://www.wso2.com).
2+
* Copyright (c) 2026, WSO2 LLC. (https://www.wso2.com).
33
*
44
* WSO2 LLC. licenses this file to you under the Apache License,
55
* Version 2.0 (the "License"); you may not use this file except

packages/vue/src/components/primitives/Card/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) {{year}}, WSO2 LLC. (https://www.wso2.com).
2+
* Copyright (c) 2026, WSO2 LLC. (https://www.wso2.com).
33
*
44
* WSO2 LLC. licenses this file to you under the Apache License,
55
* Version 2.0 (the "License"); you may not use this file except

packages/vue/src/components/primitives/Checkbox/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) {{year}}, WSO2 LLC. (https://www.wso2.com).
2+
* Copyright (c) 2026, WSO2 LLC. (https://www.wso2.com).
33
*
44
* WSO2 LLC. licenses this file to you under the Apache License,
55
* Version 2.0 (the "License"); you may not use this file except

packages/vue/src/components/primitives/DatePicker/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) {{year}}, WSO2 LLC. (https://www.wso2.com).
2+
* Copyright (c) 2026, WSO2 LLC. (https://www.wso2.com).
33
*
44
* WSO2 LLC. licenses this file to you under the Apache License,
55
* Version 2.0 (the "License"); you may not use this file except

packages/vue/src/components/primitives/Divider/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) {{year}}, WSO2 LLC. (https://www.wso2.com).
2+
* Copyright (c) 2026, WSO2 LLC. (https://www.wso2.com).
33
*
44
* WSO2 LLC. licenses this file to you under the Apache License,
55
* Version 2.0 (the "License"); you may not use this file except

packages/vue/src/components/primitives/Logo/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) {{year}}, WSO2 LLC. (https://www.wso2.com).
2+
* Copyright (c) 2026, WSO2 LLC. (https://www.wso2.com).
33
*
44
* WSO2 LLC. licenses this file to you under the Apache License,
55
* Version 2.0 (the "License"); you may not use this file except

packages/vue/src/components/primitives/OtpField/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) {{year}}, WSO2 LLC. (https://www.wso2.com).
2+
* Copyright (c) 2026, WSO2 LLC. (https://www.wso2.com).
33
*
44
* WSO2 LLC. licenses this file to you under the Apache License,
55
* Version 2.0 (the "License"); you may not use this file except

packages/vue/src/components/primitives/PasswordField/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) {{year}}, WSO2 LLC. (https://www.wso2.com).
2+
* Copyright (c) 2026, WSO2 LLC. (https://www.wso2.com).
33
*
44
* WSO2 LLC. licenses this file to you under the Apache License,
55
* Version 2.0 (the "License"); you may not use this file except

0 commit comments

Comments
 (0)